Releases: burgerindividual/fath
Releases · burgerindividual/fath
0.2.1
0.2.0
- Added benchmarks
- Used more sensible library export scheme
- Renamed restricted sin/cos functions
- Removed log_fast_approx_const_base
- Added fast approximate log2, log10, and ln (these actually inline correctly)
0.1.9
- Added more documentation
From 0.1.8:
- Actually fix LTO (for real this time)
From 0.1.7:
- Added restricted interval versions of
sin
andcos
- Added safety documentation to unsafe functions
0.1.6
- Correctly use
no_std
(whoops) - Get rid of macro in exchange for zips and maps
0.1.4
- Switch to LGPL-3.0 License
0.1.3
- Renamed
ipow
toexp
- Change project metadata, added docs to readme
0.1.0
Initial Release