tc39 / proposal-decimal

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

Rewrite EnsureDecimal128Value AO to be non-recursive #145

Closed jessealama closed 4 months ago

jessealama commented 6 months ago
          It'd be a little cleaner if this were written non-recursively, by explicitly doing 10 to the appropriate power

_Originally posted by @littledan in https://github.com/tc39/proposal-decimal/pull/143#discussion_r1620949383_

jessealama commented 4 months ago

We don't use this AO anymore.