Analysis.IsPositiveFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsPositiveFunction
[bool result]=Analysis.IsPositiveFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f$ is a positive function.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsPositiveFunction(f);
Print("IsPositiveFunction?", g);
[f]=AndOr()
{
1;2;3;
}
[g]=Analysis.IsPositiveFunction(f);
Print("IsPositiveFunction?", g);
//-------------------------------------------------------------------
// result
IsEqual IsInverse IsOneFunction And BDD binary() GrayCode ToShannonTree ToSOP ToXORP FeedbackSystem list() LogicScript PositiveIntegerToMantissa Radixes real To2LayerAndXor OutputAndStateBasedly CreateCompactTableWithFullSimplification GetExcitationTable To2layerOrAnd FullTable ShannonTree Fast GetSubTable RandomGenerate IndependentBase Substitute var() Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.