Skip to content

Commit cbdcf2b

Browse files
Peng YuPeng Yu
Peng Yu
authored and
Peng Yu
committedApr 27, 2022
fix fix
1 parent fd40677 commit cbdcf2b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ It can be mitigated using `long double` data type.
1212
- tree depth exceeds 16; even with the `long double` type, there are still chances to overflow.
1313
It can still be mitigated using the `fraction` data type.
1414

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.
1518

1619

0 commit comments

Comments
 (0)
Please sign in to comment.