1 unstable release
0.1.0 | Jun 14, 2020 |
---|
#1501 in Encoding
21KB
570 lines
hugefloat
provides a numeric type that acts like [f64
] with a much
higher maximum value.
This library is NOT intended for usecases that actually require precise
arithmetic. Use gmp
or rug
if you need that. hugefloat
is
designed to be lightweight and have no foreign dependencies so it can easily
be compiled to WASM. It's intended for use in incremental and idle games
which must handle extremely large numbers.
Features
Enable the serde
feature of this crate to support de/serialization via
serde.
Dependencies
~220–730KB
~17K SLoC