Docs.rs
precise-calc-0.1.2
precise-calc 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Callum-Irving
Dependencies
astro-float ^0.6.8
normal
lazy_static ^1.4.0
normal
nom ^7.1.3
normal
serde ^1.0.160
normal
thiserror ^1.0.40
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
precise_
calc
0.1.2
Module formatting
Module Items
Functions
In crate precise_
calc
precise_calc
Module
formatting
Copy item path
Source
Expand description
Contains functions used to format a
BigFloat
to a string.
Functions
ยง
float_
to_
string
Convert a
BigFloat
to a string, rounding off all digits after BASE_10_PREC.