hugefloat 0.1.0

Extremely large, limited-precision floats for use in incremental games.
Documentation

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.