Skip to content
Version 0.99.8, beta of 1.0

 - bug fix bug intruduces in previour release.
 - fix fuzzing
 - fix float parsing at 0
 - add `exp` for an accurate exp implementation
 - add `log2` and derived `loge`
 - add `pow` and `logb` for generic base exponentiation and logarithms
 - add a function to create a posit from its components
 - make the benches for exp and log use ranges, to better bench
   individial parts of the functions.
 - redo the API, mostly on the generic ES side. This involves renaming
   slightly, and using methods for most things. This is done to avoid
   bloating the namespace.