slatec 0.1.0

Safe Rust interface to selected SLATEC numerical routines
1
2
3
4
5
6
7
8
9
//! Error functions and complementary error functions.
//!
//! # Status: Partial
//!
//! Existing [`crate::special::error_functions`] remains the compatibility
//! module. Enable `special-error` for callable functions.

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