DDorch / jacase

JAvascript CAlculators for Scientific Equations
http://hydraulique.g-eau.net/-Calculettes-pour-l-hydraulique-
MIT License
0 stars 0 forks source link

Implement new root solver (Brent method) #25

Open DDorch opened 7 years ago

DDorch commented 7 years ago

I want to test the Brent method (https://en.wikipedia.org/wiki/Brent%27s_method) instead of the dichotomy.

I have found an implementation in Javascript : https://gist.github.com/borgar/3317728