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

decmathlib-rs

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

6 releases

0.3.3 Sep 2, 2024
0.3.2 Aug 20, 2024
0.3.0 Mar 29, 2024
0.2.0 Mar 13, 2024
0.1.0 Mar 7, 2024

#430 in Algorithms

Download history 2/week @ 2024-09-18 3/week @ 2024-09-25 7/week @ 2024-10-30 8/week @ 2024-11-06 1/week @ 2024-11-27 74/week @ 2024-12-04 70/week @ 2024-12-11 14/week @ 2024-12-18 32/week @ 2025-01-01

148 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–12MB
~133K SLoC