1 unstable release

0.2.0 May 3, 2021

#8 in #fitting

Download history 1/week @ 2024-11-13 5/week @ 2024-11-20 8/week @ 2024-11-27 14/week @ 2024-12-04 21/week @ 2024-12-11 3/week @ 2024-12-18 4/week @ 2025-01-08 10/week @ 2025-01-15 24/week @ 2025-02-05 10/week @ 2025-02-12 1/week @ 2025-02-19 17/week @ 2025-02-26

52 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–310KB