scalbn

Efficiently calculates x * 2$(SUP n).

scalbn handles underflow and overflow in the same fashion as the basic arithmetic operators.

Special Values
xscalb(x)
$(PLUSMNINF)$(PLUSMNINF)
±0.0±0.0
real
scalbn
(
real x
,
int n
)

Meta