Nor
Back to table
/*
Logic-Function-Analysis
Nor
[LogicFunction g]=Nor(LogicFunction F1, ...);
F1 : a list of logic functions
g : a logic function
Compute the Nor operator: g=Nor(F1,F2,...).
The Nor operator is equal to Not(Or(...)).
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){ 1; }
Q=AndOr(){ 2; }
f=Nor(P,Q);
Print(P,q,f);
//-------------------------------------------------------------------
// result
Analysis AndOr NineComplement ToSOP ToVariableInvertedFunction DiagramGateName Email FeedbackDiagram logicvardef MantissaToPositiveNumber MostSignificantDigit PositiveDecimalToMantissa PositiveIntegerToMantissa object() One real() To2LayerOrAnd To2LayerAndXor To2LayerNand ShortestInputsForTransition TransitionSeries StateTransitionBasedly Implementation FullTable FastVerificationData StateDeviceName StateTransition string() ShannonExpansion Zero