Efficiently calculates x * 2$(SUP n).
scalbn handles underflow and overflow in the same fashion as the basic arithmetic operators.
See Implementation
Efficiently calculates x * 2$(SUP n).
scalbn handles underflow and overflow in the same fashion as the basic arithmetic operators.