scijs / newton-raphson-method

Find zeros of a function using the Newton-Raphson method
25 stars 7 forks source link

fix typos, epsion and maxIter #2

Closed dansgithubuser closed 5 years ago

dansgithubuser commented 5 years ago

addresses https://github.com/scijs/newton-raphson-method/issues/1 and fixes a problem with epsilon option

rreusser commented 5 years ago

Thanks for the fixes! I've published v1.0.2.