Skip to content

Commit e9975c6

Browse files
actually save and commit this time
1 parent e2349f0 commit e9975c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Allows setting a variable precision level as a `const` generic.
2121
**Exact Unsigned Integer Functions:**
2222
* `ilog` with `const` base
2323
* Has multiple implementations depending on the base to achieve maximum performance. The fastest impl is for log base 2.
24+
* `exp` with `const` coefficient
25+
* Similar to previous function, but calculates `COEFF^x` instead.
2426

2527
## Contributing
2628
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.

0 commit comments

Comments
 (0)