Rust library for simulating number systems.
Supports IEEE-754 floating-point numbers, fixed-point numbers, and more. Inspired by FPCore and the Titanic library.
This library is hosted as a crate here. The documentation can be found here.
Run the following Cargo command in your project directory:
cargo add mpmfnum
Or add mpmfnum
to your Cargo.toml
like this:
[dependencies]
mpmfnum = "0.2.0"