Mantissa

Syntax

Mantissa(Expression)

Summary

Returns the mantissa (significand) of the expression: the part of a floating point number that contains its significant digits.

Example

   Mantissa(123.45) = 12345
   Exponent(123.45) = -2