https://github.com/engossoftware/decnumber.rs
Decimal floating point arithmetic for Rust based on The decNumber C library by IBM Fellow Mike Cowlishaw
https://github.com/engossoftware/decnumber.rs
Last synced: 4 months ago
JSON representation
Decimal floating point arithmetic for Rust based on The decNumber C library by IBM Fellow Mike Cowlishaw
- Host: GitHub
- URL: https://github.com/engossoftware/decnumber.rs
- Owner: EngosSoftware
- License: mit
- Created: 2021-12-16T09:10:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T12:46:05.000Z (over 2 years ago)
- Last Synced: 2025-02-02T20:36:45.279Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decimal floating point arithmetic for Rust
based on bindings for **The decNumber C Library by IBM Fellow Mike Cowlishaw**
**WORK IN PROGRESS**