We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd40677 commit cbdcf2bCopy full SHA for cbdcf2b
README.md
@@ -12,5 +12,8 @@ It can be mitigated using `long double` data type.
12
- tree depth exceeds 16; even with the `long double` type, there are still chances to overflow.
13
It can still be mitigated using the `fraction` data type.
14
15
+### No numerical problems with v2
16
+---
17
+By using the interpolation method, we can have a numerical stable solution based on Chebyshev nodes of the first or second kind.
18
19
0 commit comments