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 bugs in floating point optimizations. #1381

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

samth
Copy link
Member

@samth samth commented Jun 25, 2024

Related to #1042

For example, (- (expt 10 309) +inf.0) is -inf.0 but
(- (->fl (expt 10 309)) +inf.0) is nan.0.

Related to racket#1042.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resyntax analyzed 2 files in this pull request and found no issues.

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.

1 participant