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
IsLinearFunction IsUnateFunction binary() BCDEx3 BinaryNumberToString OneComplement ToDiagram Imply LogicScript Not MantissaToPositiveInteger PositiveDecimalToMantissa object real SOP To2LayerNand MaxSAT AutoAssignInputAndStateVariables StateVariables ToFeedbackSystem ToStateTransitionTable BestVariableOrder DontCare Shannon GetNegativeLogicFunction AdjustLogicVariableCount EnlargeLogicFunction SemanticEval var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.