Releases: Chris00/rust-root1d
Releases · Chris00/rust-root1d
Version 0.2.1
- 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
Implement the bisection and Toms748 algorithms for a generic type T
.