Convert.ToVariableInvertedFunction
Back to table
/*
Logic-Function-Analysis
Convert.ToVariableInvertedFunction
[LogicFunction g]=Convert.ToVariableInvertedFunction(LogicFunction f);
f : a logic function
g : a logic function
Compute the VARIABLE-INVERTED function.
*/
//-------------------------------------------------------------------
// examples
f=AndOr()
{
1;
-2;
}
g=Convert.ToVariableInvertedFunction(f);
Print(f,g);
//-------------------------------------------------------------------
// result
IsPositiveUnateFunctionTo IsSelfDualFunction IsUnateFunction And AndXor PureBinary Convert ToOrAnd ToNotFunction DigitalSystem FeedbackSystem minterm Nand NumberSystem PositiveIntegerToMantissa Radixes One To2LayerAndOr To2LayerAndXor To2LayerNand Solve ShortestInputsForTransition Shannon GetPositiveLogicFunction RandomGenerate Utility ComputeDONTCARE ShrinkLogicFunction Substitute Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.