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
MatchLogicFunction PermuteLogicFunction IsParityFunction IsSymmetricFunction AndXor BinaryNumberToString GrayCode OneComplement ToDualFunction ToPOS ToShannonTree ToTruthTable ToXORP Dimacs Email Equiv ExcitationTable RadixFromIndex OrAnd AutoAssignInputAndStateVariables InputVariables ToStateTransitionTable CreateCompactTable Implementation ToDigitalSystem SimpleInner StateTransition GetDontCareLogicFunction ComputeFunctionOrder Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.