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 29906f4 commit 95e4938Copy full SHA for 95e4938
src/lib.rs
@@ -93,7 +93,7 @@
93
//!
94
//! let yi = GridCubicSmoothingSpline::new(&x, &y)
95
//! .make().unwrap()
96
-//! .evaluate(&x).unwrap();
+//! .evaluate(&xi).unwrap();
97
98
//! println!("xi: {:?}", xi);
99
//! println!("yi: {}", yi);
0 commit comments