nextpow2
nextpow2(n)
The smallest power of two not less than n
. Returns 0 for n==0
, and returns -nextpow2(-n)
for negative arguments.
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.