slatec 0.1.0

Safe Rust interface to selected SLATEC numerical routines
1
2
3
4
5
6
7
8
//! The real logarithmic integral.
//!
//! # Status: Implemented
//!
//! Enable `special-scalar-expanded` for the reviewed f32 and f64 functions.

#[cfg(feature = "special-scalar-expanded")]
pub use crate::special::scalar_expanded::{logarithmic_integral, logarithmic_integral_f32};