#decimal #floating-point #math #intel #port #language #decimal128

decmathlib-rs

Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust

7 unstable releases

Uses new Rust 2024

0.4.0 Mar 2, 2025
0.3.3 Sep 2, 2024
0.3.2 Aug 20, 2024
0.3.0 Mar 29, 2024
0.1.0 Mar 7, 2024

#396 in Algorithms

Download history 24/week @ 2024-12-02 104/week @ 2024-12-09 31/week @ 2024-12-16 24/week @ 2024-12-30 16/week @ 2025-01-06 9/week @ 2025-01-13 3/week @ 2025-02-03 73/week @ 2025-02-24 66/week @ 2025-03-03

139 downloads per month

MIT license

2MB
31K SLoC

decmathlib-rs

Port of the Intel Decimal Floating-Point Math Library decimal128 type to Rust.

Rust learning project.

Badges

MIT License Build Status GitHub last commit Downloads

Acknowledgements

License

MIT

Build Locally

Clone the project

  git clone https://github.com/carlosga/decmathlib-rs

Go to the project directory

  cd decmathlib-rs

Build (Cargo)

  cargo build

Running Tests

To run tests, run the following command

  cargo test

To include the serde serialization/deserialization tests, run the following command

  cargo test --features serde

Dependencies

~0–16MB
~154K SLoC