tc39 / proposal-decimal

Built-in exact decimal numbers for JavaScript
http://tc39.es/proposal-decimal/
493 stars 17 forks source link

October spec review #179

Open waldemarhorwat opened 2 weeks ago

waldemarhorwat commented 2 weeks ago

Here's my partial review of the spec as of October 2024:

Introduction

Conversions from Numbers

Conversions to strings

Decimal128ToDecimalString has many bugs:

Decimal128ToExponentialString:

Queries

Arithmetic

Comparisons

Rounding and Scaling

String formatters

jessealama commented 2 weeks ago

Thank you! This looks great. I'm on it. Stay tuned!

jessealama commented 2 weeks ago

A checked box indicates that the comment has been handled in #180.