org.matheclipse.core.reflection.system
Class GreaterEqual
- java.lang.Object
-
- org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
-
- org.matheclipse.core.reflection.system.Greater
-
- org.matheclipse.core.reflection.system.GreaterEqual
-
- All Implemented Interfaces:
- IFunctionEvaluator, ITernaryComparator<IExpr>, IEvaluator
public class GreaterEqual extends Greater
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.matheclipse.core.generic.ITernaryComparator
ITernaryComparator.COMPARE_RESULT
-
-
Field Summary
Fields Modifier and Type Field and Description static GreaterEqualCONST
-
Constructor Summary
Constructors Constructor and Description GreaterEqual()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ITernaryComparator.COMPARE_RESULTcompare(IExpr a0, IExpr a1)Return TRUE if the comparison istrueReturn FALSE if the comparison isfalseReturn UNDEFINED if the comparison is undetermined (i.e.-
Methods inherited from class org.matheclipse.core.reflection.system.Greater
evaluate, prepareCompare, setUp
-
Methods inherited from class org.matheclipse.core.eval.interfaces.AbstractFunctionEvaluator
createRuleFromMethod, getPeriodicParts, getPureImaginaryPart, getRuleAST, isNegativeExpression, numericEval
-
-
-
-
Field Detail
-
CONST
public static final GreaterEqual CONST
-
-
Method Detail
-
compare
public ITernaryComparator.COMPARE_RESULT compare(IExpr a0, IExpr a1)
Description copied from interface:ITernaryComparator- Return TRUE if the comparison is
true - Return FALSE if the comparison is
false - Return UNDEFINED if the comparison is undetermined (i.e. could not be evaluated)
- Specified by:
comparein interfaceITernaryComparator<IExpr>- Overrides:
comparein classGreater- Returns:
- Return TRUE if the comparison is
-
-
DMelt 3.0 © DataMelt by jWork.ORG