ldexp(Variable, Variable) Function |
Top |
DescriptionComputes the number corresponding to the specified mantissa and exponent for base 2, such that x = mantissa*2^exponent. The mantissa and exponent values should be given in base 10.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode.
Function Signature
Arguments
Return Value
Returns the number generated using the specified mantissa and exponent, where x = mantissa*2^exponent.
Syntax
See also
|