Tags give the ability to mark specific points in history as being important
-
-
v0.99.8
19abe0e5 · ·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.
-
-
-
-
-
-
-
v0.99.1
465c5e46 · ·First official beta. This should be basically a completely finished result. Things will be fuzzed this night and any errors will be fixed.