Analysis.IsSelfDualFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsSelfDualFunction
[bool result]=Analysis.IsSelfDualFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f$ is self-dual logic function, $f=f^{D}$.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsSelfDualFunction(f);
Print("IsSelfDualFunction?", g);
//-------------------------------------------------------------------
// result
IsLinearFunction IsSelfAntiDualFunction IsThresholdFunction IsUnateFunction BDD ToAndOr binary() MaxValue GrayCode StringToBinaryNumber bool() ToROBDD minterm() minterm Not MantissaToPositiveNumber PositiveIntegerToMantissa object Print To2LayerNor To2LayerNand Assign StateVariables GetExcitationTable Canonical SimpleInner RandomGenerate var() Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.