Convert.ToNotFunction
Back to table
/*
Logic-Function-Analysis
Convert.ToNotFunction
[LogicFunction g]=Convert.ToNotFunction(LogicFunction f);
f : a logic function
g : a logic function
Compute the NOT function.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1,-2;
-1,2;
}
g=Convert.ToNotFunction(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsEqual IsInverse IsMonotonicFunction IsPositiveFunction AndOr Binary NineComplement PureBinary ToDiagram ToDualFunction Email FeedbackSystem Imply LogicScript logicvardef MantissaToPositiveInteger PositiveNumberToMantissa To2LayerOrAnd To2LayerAndOr ToFullAnd ShortestInputsForDistinguishTwoStates Forwardly Implementation HuffmanMealy Fast TimingChart TruthTable EnlargeLogicFunction var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.