fructose 0.3.9

Mathematical Traits for the Glucose Library and the Rust programming language.
Documentation
1
2
3
4
5
6
7
8
pub use normal::*;

pub mod bit;
pub mod exp;
pub mod mul_add;
mod normal;
pub mod pow;
pub mod trig;