slatec 0.1.0

Safe Rust interface to selected SLATEC numerical routines
1
2
3
4
5
6
7
8
9
//! Scalar orthogonal-polynomial functions.
//!
//! # Status: Partial
//!
//! `crate::polynomials` remains the compatibility path. Enable
//! `special-polynomials` for callable functions.

#[cfg(feature = "special-polynomials")]
pub use crate::polynomials::*;