astro-float-num 0.3.7

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

#[cfg(test)]
#[cfg(all(target_arch = "x86_64", target_os = "linux"))]
mod mpfr;