Least Square Approximation Function that returns a polynomial which very closely passes through the given points (in 2D) The result is made of coeficients, in descending order (from x^degree to free term) Parameters: points -> coordinates of given points degree -> degree of the polynomial
(
points: &[(T, U)],
degree: i32,
)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected