1 2 3 4 5
pub mod polynomial; pub mod piecewise; pub mod calculus; pub mod function; pub mod interpolate;