We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 732ca91 commit a1ce287Copy full SHA for a1ce287
src/lib.rs
@@ -1,6 +1,6 @@
1
//! # Cubic spline approximation (smoothing)
2
//!
3
-//! csaps is a crate for univariate, multivariate and n-d grid data interpolation and approximation
+//! csaps is a crate for univariate, multivariate and n-dimensional grid data interpolation and approximation
4
//! using cubic smoothing splines.
5
6
//! The crate provides functionality for computing and evaluating cubic smoothing splines.
0 commit comments