lib/bitmap/utils.ex states the following:
Binary exponentiation to support large integers which :math.pow can't since it returns floats
The whole Utils module could be removed by leveraging Integer.pow/2 in the stdlib.
I can issue a PR for this when I have time.
lib/bitmap/utils.exstates the following:The whole
Utilsmodule could be removed by leveragingInteger.pow/2in the stdlib.I can issue a PR for this when I have time.