ILog2

integer valued base 2 logarithm


License
MIT

Documentation

ILog2

Build Status Build Status Codecov Coveralls

This package provides a fast implementation of ilog2.

ilog2(n::Real) compute the largest m such that 2^m <= n.