astro-float-num 0.3.6

Multiple precision floating point numbers implemented purely in Rust.
Documentation
1
2
3
4
5
//! Integration tests.

#[cfg(test)]
#[cfg(target_arch = "x86_64")]
mod mpfr;