Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#35] Use BigDecimal instead of Decimal #36

Merged
merged 1 commit into from
Jan 2, 2024
Merged

[#35] Use BigDecimal instead of Decimal #36

merged 1 commit into from
Jan 2, 2024

Conversation

pacu
Copy link
Collaborator

@pacu pacu commented Jan 1, 2024

closes #35

fixes a problem where tests are failing because of a Swift compiler issue where Decimal from a literal value is converted from literal to Double and then initialized as Decimal, causing a precision problem where Decimal("123.456") != Decimal(123.456)

CHANGELOG.md

closes #35

fixes a problem where tests are failing because of a Swift compiler issue where Decimal from a literal value is converted from literal to Double and then initialized as Decimal, causing a precision problem where Decimal("123.456") != Decimal(123.456)

CHANGELOG.md
@pacu pacu merged commit fa082f7 into main Jan 2, 2024
2 checks passed
@pacu pacu deleted the big-decimal branch June 5, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use BigDecimal instead of Decimal
1 participant