enterpolation 0.2.1

A library for creating and computing interpolations, extrapolations and smoothing of generic data points.
Documentation

enterpolation

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 5 of them enabled by default.

default

  • std
  • linear
  • bezier
  • bspline

std

  • num-traits/std
  • assert_float_eq/std
  • topology-traits/std
  • serde?/std

linear

    This feature flag does not enable additional features.

bezier

    This feature flag does not enable additional features.

bspline

    This feature flag does not enable additional features.

libm

  • num-traits/libm
  • topology-traits/libm

serde

  • dep:serde