PolynomialInterpolationAlgorithms(F, P)

pinterp.spad line 1 [edit on github]

This package exports interpolation algorithms

LagrangeInterpolation : (List(F), List(F)) -> P

LagrangeInterpolation(l1, l2) is undocumented