1 unstable release
0.1.0 | Jan 24, 2021 |
---|
#1146 in Embedded development
26KB
679 lines
splinterpol-baremetal
Bare metal cubic spline interpolation with Rust [no_std]
Given 2d points on the plane, calculate piecewise polynomials which connect the points in a most smooth way.
There can be an arbitrary (const) number of points. Due to limitations in num-trait or my coding abilities, only f32 coordinates are supported.
lib.rs
:
A library for using cubic spline interpolation on no_std.