Mathematica 9 is now available

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

NumericQ

FilledSmallSquare NumericQ[expr] gives True if expr is a numeric quantity, and False otherwise.

FilledSmallSquare An expression is considered a numeric quantity if it is either an explicit number or a mathematical constant such as Pi, or is a function that has attribute NumericFunction and all of whose arguments are numeric quantities.

FilledSmallSquare In most cases, NumericQ[expr] gives True whenever N[expr] would yield an explicit number.

FilledSmallSquare See Section 2.3.5 and Section 3.1.2.

FilledSmallSquare See also: NumberQ.

FilledSmallSquare New in Version 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.