scilib 1.0.0

A scientific library for the Rust programming language.
Documentation
//!
//! # Mathematics
//! 
//! This submodule provides many functions useful for both mathematics and science.
//! 

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

pub mod basic;

pub mod bessel;

pub mod distribution;

pub mod polynomial;

pub mod series;

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////