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

Fix ROUNDDOWN function #1310

Merged
merged 7 commits into from
May 2, 2024
Merged

Fix ROUNDDOWN function #1310

merged 7 commits into from
May 2, 2024

Conversation

Bykiev
Copy link
Collaborator

@Bykiev Bykiev commented Apr 5, 2024

Fix ROUNDDOWN function

Closes #1189

Fix ROUNDDOWN function
@Bykiev
Copy link
Collaborator Author

Bykiev commented Apr 5, 2024

@tonyqus, I think it can be solved only by switching to decimal instead of double, but it'll be a breaking change

@Bykiev
Copy link
Collaborator Author

Bykiev commented Apr 23, 2024

Still in progress, there are some issues with ExtendedNumbers.BigDecimal library
AdamWhiteHat/BigDecimal#36
AdamWhiteHat/BigDecimal#35

@tonyqus
Copy link
Member

tonyqus commented Apr 24, 2024

No worries.

@Bykiev Bykiev marked this pull request as ready for review May 1, 2024 19:13
@Bykiev Bykiev requested a review from tonyqus May 2, 2024 06:30
@Bykiev Bykiev added this to the NPOI 2.7.1 milestone May 2, 2024
@tonyqus
Copy link
Member

tonyqus commented May 2, 2024

LGTM

@tonyqus tonyqus merged commit e7067a7 into nissl-lab:master May 2, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ROUNDDOWN function is not evaluated properly
2 participants