Analysis.IsZeroFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsZeroFunction
[bool result]=Analysis.IsZeroFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f=ZERO$.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsZeroFunction(f);
Print("IsZeroFunction?", g);
[g]=Analysis.IsZeroFunction(And(1,-1));
Print("IsZeroFunction?", g);
//-------------------------------------------------------------------
// result
IsCovering IsInverse IsUnateFunctionTo IsZeroFunction BDD MaxValue binary bool ExcitationTable FeedbackSystem Nand Nor MantissaToPositiveNumber PositiveDecimalToMantissa PositiveIntegerToMantissa object() One POS To2LayerAndOr AutoAssignInputAndStateVariables CreateCompactTableWithFullSimplification Implementation ToDigitalSystem StateDeviceName GetPositiveLogicFunction RandomGenerate AdjustLogicVariableCount ComputeDONTCARE CreateDummyLogicFunction Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.