Registry / utility / enterpolation

enterpolation

JSON →
library0.3.0rscratesunverified

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

# Cargo.toml [dependencies] enterpolation = "0.3.0"
INSTALL
IMPORT
SIG · ENTERPOLATION
E
enterpolation
utilityrustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Linear
use enterpolation::linear::Linear;

Create a linear interpolation.

use enterpolation::linear::Linear; fn main() { let interp = Linear::new(vec![0.0, 1.0], vec![0.0, 1.0]); println!("{:?}", interp); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
enterpolation — cargo add enterpolation · libregistry