scijs / newton-raphson-method

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

maxIter => maxIterations on README #1

Closed valkheim closed 5 years ago

valkheim commented 6 years ago

Hi,

I think there's a tiny mistake on README :

- maxIter (default: 20): Maximum permitted iterations.
+ maxIterations (default: 20): Maximum permitted iterations.

Because of https://github.com/scijs/newton-raphson-method/blob/master/index.js#L18

rreusser commented 5 years ago

Sorry I didn't get this fixed sooner, but @dansgithubuser has fixed it. Thanks!