Zero
Back to table
/*
Logic-Function-Analysis
Zero
[AndOr g]=Zero();
g : a logic function
Create a logic funciton with the value of ZERO.
Except the definition of the truth-table, we define the value of ZERO and FALSE very distinguishedly.
*/
//-------------------------------------------------------------------
// examples
f=Zero();
Print(f);
//-------------------------------------------------------------------
// result
IsSelfDualFunction IsUnateFunctionTo BDD ToAndOr Binary List GrayCode ToSOP ToVariableInvertedFunction Load LogicScript Nor NumberSystem PositiveDecimalToMantissa RadixToIndex SOP SAT ToStateTransitionTable To2layerOrAnd BestVariableOrder Shannon SimpleCover StateDeviceName StateTransition GetDontCareLogicFunction GetNegativeLogicFunction RandomGenerate Utility ComputeDONTCARE Zero