jzakiya
1
I'm translating a Crystal program to Rust.
It's using BigFloats
to represent floating point numbers to arbitrary precision|digits.
I looked thru the The Book
, and the std::library seems to only provide f32|f64
numbers.
What is the best (most used) crate to provide this feature?
Cocalus
2
For floats I'm only aware of rug
https://crates.io/crates/rug
dheijl
4
system
Closed
5
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.