| Bookshelf Home | Contents | Index | PDF |    | 
| Siebel eScript Language Reference > Siebel eScript Commands > The Clib Object Math Methods > Clib.ldexp() MethodThis method calculates a floating-point number given a mantissa and exponent. SyntaxClib.ldexp(mantissa, exponent) ReturnsThe result of the calculation. UsageThis method is the inverse of .frexp() and calculates a floating-point number from the following equation: A mantissa is the decimal part of a natural logarithm. See Also | 
|  |    | 
| Siebel eScript Language Reference |