Siebel eScript Language Reference > C Language Library Reference > Clib Mathematical Methods >

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)

Table 166 describes the arguments for the Clib Get Floating Point Number method.

Table 166. 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.

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.