Analysis.IsBiUnateFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsBiUnateFunction
[bool result]=Analysis.IsBiUnateFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f$ is a bi-unate function to all its variables.
The unateness indicates the effect of its logic variables with a logic function when they change their value between (0,1).
*/
//-------------------------------------------------------------------
// examples
[f]=AndOr()
{
1;2;3;
}
[g]=Analysis.IsBiUnateFunction(f);
Print(g);
//-------------------------------------------------------------------
// result
PermuteLogicFunction IsBiUnateFunctionTo ToAndOr Binary binaryioset ToOrAnd ToPOS ToShannonTree ToSOP ExcitationTable FeedbackSystem Imply Load LogicScript minterm() Nor LeastSignificantDigit PositiveDecimalToMantissa RadixToIndex To2LayerAndXor ToFullAnd Sequential Forwardly ToDigitalSystem Compatibility Full string() CreateDummyLogicFunction SemanticEval Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.