num-bigfloat 1.7.2

Increased precision floating point numbers implemented purely in Rust.
Documentation
1
2
3
//! BigFloat number with increased mantissa length for providing more accurate compuations.
pub mod inc;
pub mod ops;