dfp-number 0.0.11

Decimal floating-point arithmetic for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! # Decimal Floating-Point Arithmetic for Rust
//!
//! Based on bindings for **Intel(R) Decimal Floating-Point Math Library v2.3**

extern crate dfp_number_sys;

mod decimal128;

pub use decimal128::*;