Expand description
A library for using cubic spline interpolation on no_std.
Enums§
- Error
- The possible errors of this crate
Functions§
- plot_
coeffs_ into - Plot given coefficients into the buffer according to the intervals given in xs
- splinterpol
- Given xs and ys of same length n, calculate the coefficients of n-1 cubic polynomials.