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

Bug in *: Double64(Inf) * Double64(1) = NaN #199

Closed
sshin23 opened this issue Apr 20, 2024 · 1 comment · Fixed by #204
Closed

Bug in *: Double64(Inf) * Double64(1) = NaN #199

sshin23 opened this issue Apr 20, 2024 · 1 comment · Fixed by #204

Comments

@sshin23
Copy link

sshin23 commented Apr 20, 2024

Hi! I noticed the following behavior

julia> Double64(Inf) * Double64(1)
NaN

The expected output is Inf.

I'm currently on

  [497a8b3b] DoubleFloats v1.3.8
@JeffreySarnoff
Copy link
Member

Thank you.

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 a pull request may close this issue.

2 participants