Crates.io | mpmfnum |
lib.rs | mpmfnum |
version | 0.2.0 |
source | src |
created_at | 2023-10-09 01:50:22.914368 |
updated_at | 2024-03-08 04:57:21.60392 |
description | A numbers library in Rust |
homepage | https://github.com/bksaiki/mpmfnum-rust |
repository | |
max_upload_size | |
id | 997581 |
size | 210,761 |
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"