scalbn

@IEEECompliant("scaleB", 17)
D
scalbn
(
D
)
(
auto const ref D x
,
const int n
)

Return Value

Type: D

x efficiently multiplied by 10n

Throws

InvalidOperationException if x is signaling NaN, OverflowException, UnderflowException, InexactException

Special values

xnscalbn(x, n)
NaNanyNaN
±∞any±∞
±0any±0
any0x

Meta