Closed waldemarhorwat closed 4 months ago
Good point. The reference to IEEE 754's convertToDecimalCharacter
is essentially a placeholder/todo for further specification on our part.
As we approach plenary I'd like to not modify the spec text. I'll work on this after plenary.
Addressed in #112 .
The string-to-Decimal conversion is not specified either.
Explicit conversions to and from Numbers are also entirely missing.
We've taken care of that now, mainly in #158.
The current proposal lacks specification of conversions between Decimals and strings. It has callouts to things such as "IEEE 754's convertToDecimalCharacter", which is not a specification. IEEE 754's convertToDecimalCharacter simply states that an implementation shall have some conversion to a string without saying what it is.