-
Notifications
You must be signed in to change notification settings - Fork 5
Leverage Integer.pow/2 #7
Open
Description
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.
Activity
Metadata
Metadata
Assignees
Labels
No labels