Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 412 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 412 Bytes

Spline Interpolation

This is a pure Rust implementation of spline interpolation.

Feature

At the present, this project provides:

  • (General) Spline
  • Catmull-Rom Spline
  • Natural Cubic Spline

Cargo Feature Flags

  • decimal: Add support for rust-decimal::Decimal

Licence

The source code of this repository is primarily distributed under the terms of both the MIT license