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
MatchLogicFunction IsCovering IsEqual IsPositiveUnateFunctionTo IsSymmetricFunctionTo IsUnateFunction IsUnateFunctionTo Binary FromBinary MaxValue binary ToOrAnd DiagramGateName FeedbackDiagram logicvardef Not PositiveIntegerToMantissa POS To2LayerOrAnd To2LayerAndOr SAT Sequential OutputAndStateBasedly Full TimingChart RandomGenerate var() var Xor Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.