//! Special mathematical functions
//!
//! Comprehensive implementation of special functions including:
//! - Gamma function family (gamma, beta, polygamma)
//! - Bessel functions (J, Y)
//! - Riemann zeta function
//! - Error functions (erf, erfc, erfi)
//! - Hypergeometric functions (1F1, 2F1)
//! - Elliptic functions (Jacobi sn, cn, dn)
pub use ;
pub use ;
pub use ;
pub use ;
pub use factorial;
pub use ;
pub use SpecialIntelligence;
pub use polygamma;
pub use zeta;