Crate decmathlib_rs

Source
Expand description

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

Modules§

d128
A 128-bit decimal floating point type (IEEE Standard 754-2008 compliant).

Macros§

dec128
Macro to simplify the creation of instances of 128-bit decimal floating point numbers.