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
Mantissa(Expression)
Returns the mantissa (significand) of the expression: the part of a floating point number that contains its significant digits.
Mantissa(123.45) = 12345
Exponent(123.45) = -2