MapleTA[Builtin]
ge
greater-than or equal test
Calling Sequence
Parameters
Description
Examples
Compatibility
ge(a, b)
a, b
-
any expression
The ge command returns true if a is greater than or equal to b. Otherwise false is returned.
This is slightly different than in Maple T.A. proper, which understands 1.0 and 0.0 as true and false. Because Maple does not equate numbers as boolean conditionals, it is more appropriate to have this function return true and false inside Maple.
MapleTA:-Builtin:-ge⁡1,2
false
MapleTA:-Builtin:-ge⁡2,1
true
MapleTA:-Builtin:-ge⁡1,1
The MapleTA[Builtin][ge] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
MapleTA
MapleTA,Builtin,ge
MapleTA,Builtin,gt
MapleTA,Builtin,le
MapleTA,Builtin,lt
MapleTA,Builtin,ne
Download Help Document