1
2
3
4
5
//! Special function module

pub mod lanczos;
pub mod function;
pub mod legendre;