https://github.com/d-e-s-o/num-decimal
Infinite precision decimals with fair rounding and other gimmicks based on num-rational.
https://github.com/d-e-s-o/num-decimal
decimal num-rational rounding rust rust-crate rust-library
Last synced: about 1 year ago
JSON representation
Infinite precision decimals with fair rounding and other gimmicks based on num-rational.
- Host: GitHub
- URL: https://github.com/d-e-s-o/num-decimal
- Owner: d-e-s-o
- License: gpl-3.0
- Created: 2020-03-28T16:22:17.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T19:12:51.000Z (over 1 year ago)
- Last Synced: 2025-04-11T03:40:04.452Z (about 1 year ago)
- Topics: decimal, num-rational, rounding, rust, rust-crate, rust-library
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/d-e-s-o/num-decimal/actions/workflows/test.yml)
[](https://codecov.io/gh/d-e-s-o/num-decimal)
[](https://crates.io/crates/num-decimal)
[](https://docs.rs/num-decimal)
[](https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html)
num-decimal
===========
- [Documentation][docs-rs]
- [Changelog](CHANGELOG.md)
A crate providing infinite precision decimals with fair rounding and
other gimmicks based on [`num-rational`][num-rational].
[docs-rs]: https://docs.rs/crate/num-decimal
[num-rational]: https://crates.io/crates/num-rational