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 >

MantissaExponent

MantissaExponent[x]
gives a list containing the mantissa and exponent of a number x.
MantissaExponent[x, b]
gives the base-b mantissa and exponent of x.
  • The mantissa always lies between 1/b and 1 or -1 and -1/b.
Integers:
Base 2:
Exact numeric quantities:
The precision of the mantissa will depend on the precision of the inputs:
The fundamental identity m b^e=x:
RealDigits gives the mantissa in terms of digits:
The mantissa is given by sum_(i=1)^nd_i 10^(-i):
This is equal to the values given by MantissaExponent:
Where r=RealExponent[x, b], m=b^(r-[r]) and e=[r] are the mantissa and exponent of x:
These are the same values given by MantissaExponent:
New in 2 | Last modified in 4
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team