Add Neville's algorithm for polynomial interpolation (#5447) · Ilgrim/Algorithms-Python@3c8fec1 · GitHub
Skip to content

Commit 3c8fec1

Browse files
matt-wisdompoyea
andauthored
Add Neville's algorithm for polynomial interpolation (TheAlgorithms#5447)
* Added nevilles algorithm for polynomial interpolation * Added type hinting for neville_interpolate function arguments. * Added more descriptive names * Update nevilles_method.py * Fixed some linting issues * Fixed type hinting error * Fixed nevilles_method.py * Add ellipsis for doctest spanning multiple lines * Update nevilles_method.py Co-authored-by: John Law <johnlaw.po@gmail.com>
1 parent 424c200 commit 3c8fec1

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

maths/nevilles_method.py

Lines changed: 56 additions & 0 deletions

0 commit comments

Comments
 (0)