Skip to content

Releases: burgerindividual/fath

0.2.1

03 Jun 00:23
Compare
Choose a tag to compare
  • Update code to accommodate for array_zip feature gate removal

0.2.0

09 May 23:01
Compare
Choose a tag to compare
  • 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

09 May 03:07
Compare
Choose a tag to compare
  • Added more documentation

From 0.1.8:

  • Actually fix LTO (for real this time)

From 0.1.7:

  • Added restricted interval versions of sin and cos
  • Added safety documentation to unsafe functions

0.1.6

30 Apr 03:53
Compare
Choose a tag to compare
  • Correctly use no_std (whoops)
  • Get rid of macro in exchange for zips and maps

0.1.4

28 Apr 18:47
Compare
Choose a tag to compare
  • Switch to LGPL-3.0 License

0.1.3

28 Apr 18:12
Compare
Choose a tag to compare
  • Renamed ipow to exp
  • Change project metadata, added docs to readme

0.1.0

28 Apr 14:53
32676a3
Compare
Choose a tag to compare

Initial Release