[Contents] [Previous Section] [Next Section] [Index]


scalb-Exponent Adjustment

Interface

F_TYPE scalb (F_TYPE x, F_TYPE y)

Description

scalb() = x*(2**y) computed, for integer y.

Exceptions


Exceptional Argument       Routine Behavior

x*(2**y) > max_float       Overflow

x*(2**y) < min_float       Underflow



See Also

Appendix A, Critical Floating-Point Values


[Contents] [Previous Section] [Next Section] [Index]