prevpow2
prevpow2(n)
The largest power of two not greater than n
. Returns 0 for n==0
, and returns -prevpow2(-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.