jessealama / decimal128

JavaScript userland partial implementation of IEEE 754 Decimal128 decimal floating-point arithmetic
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

Add documentation in the README #3

Closed jessealama closed 6 months ago

jessealama commented 1 year ago

The documentation for this package is currently sorely lacking. The README lists the primary arithmetical operations, but something more polished is needed. Please extend the README with additional documentation. (Out of scope for this issue: trying to make a fancy standalone static web site that has the documentation.)

jessealama commented 6 months ago

Closing this because the intention of the README of this package is to point readers to the decimal proposal. This package is intended to be a complete implementation of that proposal.