mpmfnum 0.2.0

A numbers library in Rust
Documentation
  • Coverage
  • 92.39%
    255 out of 276 items documented0 out of 191 items with examples
  • Size
  • Source code size: 210.76 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2m 20s Average build duration of successful builds.
  • all releases: 2m 20s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bksaiki

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:

cargo add mpmfnum

Or add mpmfnum to your Cargo.toml like this:

[dependencies]
mpmfnum = "0.2.0"