//! Special mathematical functions for scientific computing.
//!
//! See [`traits`] for the `SpecialFunctions` trait, [`constants`] for
//! mathematical constants, and [`helpers`] for validation utilities.
pub use ;
pub use validate_special_dtype;
pub use *;
pub use SpecialFunctions;