Analysis.IsSelfAntiDualFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsSelfAntiDualFunction
[bool result]=Analysis.IsSelfAntiDualFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether f is self-anti-dual logic function, $f=\not{f^{D}}$.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsSelfAntiDualFunction(f);
Print("IsSelfAntiDualFunction?", g);
//-------------------------------------------------------------------
// result
PermuteLogicFunction Analysis IsBlankFunction IsNegativeUnateFunctionTo FromBinary BCD BCDEx3 BinaryNumberToString GrayCode binaryioset() ToDualFunction ToNotFunction DiagramGateName FeedbackDiagram list() long() Minus POS Print Solve ShortestInputsForDistinguishTwoStates Backwardly ToFeedbackSystem To2layerOrAnd SimpleCover GetPositiveLogicFunction GetSubTable Normalization var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.