scaleB overloads

Synopses

Declared in <bdldfp_decimalimputil_inteldfp.h>

Scale the specified decimal value by 10 raised to exponent.

Return the result of multiplying the specified value by ten raised to the specified exponent. The quantum of value is scaled according to IEEE 754's scaleB operations. The result is unspecified if value is NaN or infinity.

Return value multiplied by 10 raised to exponent.

Created with MrDocs