Name
LdExp -- compute real number from mantissa and exponent (V2.0)
Synopsis
r = LdExp(m, exp)
Function
This function can be used to compute a real number from the specified mantissa and exponent. It returns the value resulting from multiplying m by 2 raised to the power of exp.

Inputs
m
mantissa
exp
exponent
Results
r
real number result

Show TOC