Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Numerical Evaluation & Precision > Representation of Numbers >
Mathematica > Core Language > Expressions > Expression Structure > Atomic Elements of Expressions > Representation of Numbers >

MachineNumberQ

MachineNumberQ[expr]
returns True if expr is a machine-precision real or complex number, and returns False otherwise.
Check whether numbers are machine numbers or not.
Check whether numbers are machine numbers or not.
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
Complex numbers:
Complex numbers are only considered machine numbers if both real and imaginary parts are:
Solve a differential equation, stopping when out of the range of machine numbers:
Any machine number has precision given as MachinePrecision:
New in 2
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team