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
IsBlankFunction IsEqual IsSymmetricFunctionTo MaxValue MinValue NineComplement PureBinary AddXorTerm ToDiagram ToVariableInvertedFunction Email Eq LogicScript long() long Nand PositiveIntegerToMantissa One To2LayerAndXor To2LayerNand Solve Save InputVariables Full Shannon SimpleCover StateTransition EnlargeLogicFunction var Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.