Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Tests /

GreaterEqual

FilledSmallSquare x >= y or x y yields True if x is determined to be greater than or equal to y.

FilledSmallSquare yields True if the form a non-increasing sequence.

FilledSmallSquare x y can be entered as x AliasIndicator>=AliasIndicator y or x \[GreaterEqual] y.

FilledSmallSquare GreaterEqual gives True or False when its arguments are real numbers.

FilledSmallSquare GreaterEqual does some simplification when its arguments are not numbers.

FilledSmallSquare For exact numeric quantities, GreaterEqual internally uses numerical approximations to establish numerical ordering. This process can be affected by the setting of the global variable $MaxExtraPrecision.

FilledSmallSquare In StandardForm, GreaterEqual is printed using .

FilledSmallSquare x y, entered as x AliasIndicator>/AliasIndicator y or x \[GreaterSlantEqual] y, can be used on input as an alternative to x y.

FilledSmallSquare See Section 1.5.6.

FilledSmallSquare See also: Greater, LessEqual, Element.

FilledSmallSquare New in Version 1; modified in 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.