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
IsBiUnateFunction IsEqual IsOneFunction IsSymmetricFunctionTo IsUnateFunctionTo NineComplement PureBinary binaryioset ToDiagram ToDualFunction ToPOS Imply list() Load MantissaToPositiveInteger object() Print Save ShortestInputsForDistinguishTwoStates Implementation ROBDD MultiCover Shannon SimpleCover string GetSubTable CreateDummyLogicFunction Normalization ShrinkLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.