num-bigfloat 1.7.2

Increased precision floating point numbers implemented purely in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod add;
pub mod cbrt;
pub mod log;
pub mod mul;
pub mod other;
pub mod pow;
pub mod sqrt;
pub mod tables;
pub mod trig;
pub mod trigh;
mod util;