tc39 / proposal-decimal

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

Suggestion: Check out DEC64 for insight #174

Open oles opened 3 months ago

oles commented 3 months ago

Hey! Love the proposal!

I didn't find much by searching for DEC64, the "decimal floating point format for the next generation of application programming languages", from Douglas Crockford. He seems to have lots of experience with what this proposal is about.

I'd just like to share it in case it slipped by the radar, and in case there's something useful in it for this proposal :v:

https://www.crockford.com/dec64.html https://github.com/douglascrockford/DEC64

jessealama commented 2 months ago

That's awesome, thank you! At a minimum, we should add this to the list of related resources.