mpmfnum
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.
Using mpmfnum
Run the following Cargo command in your project directory:
Or add mpmfnum to your Cargo.toml like this:
[]
= "0.2.0"