powered by
nextpow2(x)
n
x
pow2
nextpow2(10) #=> 4 nextpow2(1:10) #=> 0 1 2 2 3 3 3 3 4 4 nextpow2(-2^10) #=> 10 nextpow2(.Machine$double.eps) #=> -52
Run the code above in your browser using DataLab