Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Remove normalization option in constructor in favor of normalizing in toString #72

Conversation

jessealama
Copy link
Owner

Also, clean up README and restore (rounding) options to arithmetic operations.

@jessealama jessealama merged commit 7de395c into main Jan 26, 2024
1 check passed
@jessealama jessealama deleted the 71-remove-normalization-option-to-constructor-in-favor-of-normalizing-in-tostring branch January 26, 2024 08:41
jessealama added a commit to jessealama/proposal-decimal that referenced this pull request Jan 31, 2024
This method can be reproduced in userland by calling the
Decimal128 constructor with the results of `toString`.

This mirrors the change made in
jessealama/decimal128#72 .
jessealama added a commit to tc39/proposal-decimal that referenced this pull request Jan 31, 2024
* Remove `normalize` method

This method can be reproduced in userland by calling the
Decimal128 constructor with the results of `toString`.

This mirrors the change made in
jessealama/decimal128#72 .

* fixup: [spec] `npm run build`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove normalization option to constructor in favor of normalizing in toString
1 participant