1 unstable release

0.2.0 May 3, 2021

#6 in #fitting

Download history 8/week @ 2024-02-16 20/week @ 2024-02-23 13/week @ 2024-03-01 19/week @ 2024-03-08 11/week @ 2024-03-15 8/week @ 2024-03-22 30/week @ 2024-03-29 12/week @ 2024-04-05 3/week @ 2024-04-12

54 downloads per month
Used in atm-refraction

MIT license

21KB
568 lines

Interpolation with cubic splines

This is a Rust crate that implements interpolation with cubic splines. You choose a set of points and the boundary conditions, and the crate calculates a function that is continuous, has a continuous derivative and second derivative, and fits the given criteria.

For reference:

Dependencies

~155–330KB