We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254cd9d commit 1ccf321Copy full SHA for 1ccf321
CHANGELOG.md
@@ -3,6 +3,11 @@
3
This file contains the changes to the crate since version 0.1.1.
4
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
+## Unreleased
7
+
8
+- Implement all the rational function evaluations using generic functions
9
+ instead of several different hand made ones.
10
11
## 1.0.13
12
13
- Removed the note about the accuracy on the trait functions,
@@ -11,7 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
16
17
## 1.0.12
18
14
-- Noted the accuracy of the functions on the trait in the example.
19
+- Noted the accuracy of the functions on the trait in the example.
15
20
- Improvements to CI jobs.
21
- Updated dev-dependencies.
22
0 commit comments