Skip to content

Commit

Permalink
actually save and commit this time
Browse files Browse the repository at this point in the history
  • Loading branch information
burgerindividual committed Apr 28, 2023
1 parent e2349f0 commit e9975c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Allows setting a variable precision level as a `const` generic.
**Exact Unsigned Integer Functions:**
* `ilog` with `const` base
* Has multiple implementations depending on the base to achieve maximum performance. The fastest impl is for log base 2.
* `exp` with `const` coefficient
* Similar to previous function, but calculates `COEFF^x` instead.

## Contributing
Any help on the library is greatly appreciated. If you'd like to contribute, just submit a PR and I'll respond to it as soon as I can.
Expand Down

0 comments on commit e9975c6

Please sign in to comment.