Skip to content

bksaiki/mpmfnum-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A numbers library in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages