Not
Back to table
/*
Logic-Function-Analysis
Not
[LogicFunction g]=Not(LogicFunction F);
F : a logic function
g : a logic function
Compute the NOT operator: g=Not(F).
From the definition, this module only allows a single input.
*/
//-------------------------------------------------------------------
// examples
P=AndOr(){ 1; }
f=Not(P);
Print(P,f);
//-------------------------------------------------------------------
// result
Advanced MatchLogicFunction IsCovering IsInverse IsParityFunction IsSelfAntiDualFunction ToBinary binaryioset() ToDiagram Email Equiv logicvardef Not LeastSignificantDigit MantissaToPositiveDecimal MantissaToPositiveNumber RadixToIndex To2LayerOrAnd ShortestInputsForTransition FullTable ShannonTree BestVariableOrder StateDeviceName TruthTable Utility ComputeFunctionOrder Substitute var() var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.