Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 545 Bytes

Rust Decimal Library

An implementation of the IEEE 754-2008 standard for decimal floating point numbers.

Research and Influence

Contributing

If you're looking to help, there are plenty of small pieces that can be worked on. Below is a list:

  • Different rounding modes
  • Display with alternate formatting
  • Remainder
  • FromStrRadix
  • Any other traits that you think should be implemented