Cargo Features
[dependencies]
uniform-cubic-splines = { version = "0.3.1", default-features = false, features = ["monotonic_check"] }
- default = monotonic_check
-
The
monotonic_check
feature is set by default wheneveruniform-cubic-splines
is added without
somewhere in the dependency tree.default-features = false - monotonic_check default
-
Enable the
is_sorted()
check onspline_inverse()
.