Skip to content

Releases: Chris00/rust-root1d

Version 0.2.1

09 May 14:46
Compare
Choose a tag to compare
  • Clearer error messages when misusing the functions bisect, toms748,...
  • Improved documentation.
  • Slightly improve the search strategy to avoid a double function evaluation and produce identical bounds.

Initial release

16 Apr 10:43
Compare
Choose a tag to compare

Implement the bisection and Toms748 algorithms for a generic type T.