mpmfnum

Crates.iompmfnum
lib.rsmpmfnum
version0.2.0
sourcesrc
created_at2023-10-09 01:50:22.914368
updated_at2024-03-08 04:57:21.60392
descriptionA numbers library in Rust
homepagehttps://github.com/bksaiki/mpmfnum-rust
repository
max_upload_size
id997581
size210,761
Brett Saiki (bksaiki)

documentation

README

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"
Commit count: 0

cargo fmt