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
MatchLogicFunction IsBiUnateFunction IsCovering IsOneFunction IsSelfDualFunction IsUnateFunction And BCDEx3 BinaryNumberToString binary binaryioset() ToSOP Diagram DigitalSystem Equiv Get MostSignificantDigit RadixFromIndex OrAnd PermutationMatrix To2LayerAndOr ShortestInputsForTransition Forwardly SimpleCover TimingChart EnlargeLogicFunction Normalization ShrinkLogicFunction XORP Zero
The website is simply translated by using the Google Translate. Please inform us if you find the wrong/funny/weird translation.