hugefloat 0.1.0

Extremely large, limited-precision floats for use in incremental games.
Documentation
  • Coverage
  • 35.48%
    11 out of 31 items documented2 out of 25 items with examples
  • Size
  • Source code size: 20.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 592.64 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 13s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • pikajude/rs-hugefloat
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • pikajude

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.