glucose 0.1.3

multipurpose math and physics crate for my projects
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[macro_use]
mod util;

pub mod bit;
pub mod cmp;
pub mod float;
pub mod identity;
pub mod int;
pub mod mul_add;
pub mod num;
pub mod pow;
pub mod sign;
pub mod trig;