- Name
-
FrExp -- extract mantissa and exponent from real number (V2.0)
- Synopsis
-
m, exp = FrExp(x)
- Function
-
This function can be used to extract the mantissa and exponent of
x.
The mantissa is returned in the first return value, the exponent in the second.
- Inputs
-
- x
- floating point value to use
- Results
-
- m
- mantissa of floating point value
- exp
- exponent of floating point value
Show TOC