Mathematica 9 is now available

GreaterEqual (>=)NumericQ

NumberQ

FilledSmallSquareNumberQ[expr] gives True if expr is a number, and False otherwise.

FilledSmallSquareNumberQ[expr] returns False unless expr is manifestly a number (i.e., has head Complex, Integer, Rational or Real).

FilledSmallSquareNumberQ[Infinity] gives False.

FilledSmallSquareNumberQ[Overflow[ ]] and NumberQ[Underflow[ ]] give True.

FilledSmallSquare You can use NumberQ[x] ^= True to override the normal operation of NumberQ, and effectively define x to be a number.

FilledSmallSquare See The Mathematica Book: Section 2.3.5 and Section 3.1.1.

FilledSmallSquare See also: NumericQ, IntegerQ, MachineNumberQ, TrueQ, Complexes.

Further Examples

GreaterEqual (>=)NumericQ



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.