Analysis.IsMonotonicFunction
Back to table
/*
Logic-Function-Analysis
Analysis.IsMonotonicFunction
[bool result]=Analysis.IsMonotonicFunction(LogicFunction f);
f : a logic function
result : true | false
Check whether $f$ is a monotonic function.
*/
//-------------------------------------------------------------------
// examples
[f]=AndXor()
{
1;2;3;
}
[g]=Analysis.IsMonotonicFunction(f);
Print("IsMonotonicFunction?", g);
//-------------------------------------------------------------------
// result
IsBiUnateFunctionTo IsSelfDualFunction BCDEx3 binaryioset() bool ToDiagram ToPOS ToSOP ToTruthTable DigitalSystem Email long() minterm LeastSignificantDigit MantissaToPositiveNumber PositiveDecimalToMantissa OrAnd SOP ShortestInputsForDistinguishTwoStates AutoAssignInputAndStateVariables Backwardly Compatibility HuffmanMealy FastVerificationData Shannon SimpleCover StateDeviceName ShrinkLogicFunction XORP Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.