We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2349f0 commit e9975c6Copy full SHA for e9975c6
README.md
@@ -21,6 +21,8 @@ Allows setting a variable precision level as a `const` generic.
21
**Exact Unsigned Integer Functions:**
22
* `ilog` with `const` base
23
* 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.
26
27
## Contributing
28
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