Or
Back to table
/*
Logic-Function-Analysis
Or
[LogicFunction g]=Or(LogicFunction F1, ...);
F1 : a list of logic functions.
g : a logic function
Compute the OR operator: g=Or(F1,F2,...).
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){ 1; }
Q=AndOr(){ 2; }
f=Or(P,Q);
Print(P,Q,f);
//-------------------------------------------------------------------
// result
PermuteLogicFunction IsLinearFunction IsPositiveUnateFunctionTo IsSelfAntiDualFunction IsUnateFunction ToAndOr List OneComplement StringToBinaryNumber Convert ToAndXor ToTruthTable minterm LeastSignificantDigit MantissaToPositiveNumber Or Print ShortestInputsForTransition Assign AutoAssignInputAndStateVariables InputVariables ToFeedbackSystem CreateCompactTableWithFullSimplification FullTable Balanced ROBDD StateDeviceName StateTransition string Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.