Clib Get Floating Point Number Method
The Clib Get Floating Point Number method calculates a floating-point number given a mantissa and an exponent. It returns the result of the calculation. It calculates a floating-point number from the following equation:
mantissa multiplied by 2 ^ exponent
This method is the inverse of the Get Normalized Mantissa method. For more information, see Clib Get Normalized Mantissa Method.
Format
Clib.ldexp(mantissa, exponent)
The following table describes the arguments for the Clib Get Floating Point Number method.
Argument | Description |
---|---|
mantissa |
The number on which this method operates. |
exponent |
The exponent that this method uses. |