Skip to content

Commit

Permalink
Remove obsolete README section with broken link (#183)
Browse files Browse the repository at this point in the history
The `COMPARISON.md` file was removed as "obsolete" in this PR: #178

However, the section in the README that linked to it remained. That link is now dead. This PR removes this now-obsolete section from README.md.
  • Loading branch information
Gudahtt authored Dec 11, 2024
1 parent 4955628 commit da8a57b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,6 @@ cases. Further discussion:

One option that’s raised is allowing for greater precision in more capable environments. However, Decimal is all about avoiding unintended rounding. If rounding behavior depended on the environment, the goal would be compromised in those environments. Instead, this proposal attempts to find a single set of semantics that can be applied globally.

### What about decimals elsewhere (the JS ecosystem, other programming languages/systems)?

See [COMPARISON.md](./COMPARISON.md) for details.

### How does this proposal relate to other TC39 proposals like operator overloading?

See [RELATED.md](./RELATED.md) for details.
Expand Down

0 comments on commit da8a57b

Please sign in to comment.