Concept Framework 1.0 documentation | Contents | Index |
Name | Version | Deprecated |
ldexp | version 1.0 | no |
number ldexp(number x, number exp) |
x | [in] Any number |
exp | [in] Integer exponent |
Computes a real number from the mantissa and exponent. Returns the value of x * 2^exp if successful.
On overflow (depending on the sign of x), ldexp returns +/- indefinite. |
import standard.C.math |
Documented by Simona Gabriela Plesuvu, generation time: Thu Oct 15 20:02:03 2009 GMT | (c)2009 RadGs Software |