nextPower2

Returns the number that is power of 2 and more than x.

N
nextPower2
(
N
)
(
inout N x
)
if (
isNumeric!N
)

Meta