Table of Contents
The
function multiplies a floating-point number by an integral power of 2.
The function returns the value of times 2 raised to the power
If the resultant value would cause an overflow, the global variable is
set to and the value is returned.
The function conforms
to
Table of Contents