-
Notifications
You must be signed in to change notification settings - Fork 3
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
Float128(Float64(pi)) crashes REPL #6
Comments
Is there any error message by any chance, like from LLVM? |
(lines scroll very fast and then the REPL window closes itself), redirecting the output I get
and again on Julia v1.6-DEV
|
I entered an issue with julia on github. |
from Yichao's informative comment JuliaLang/julia#36528 (comment) f
|
Float128( x ) where x is a Float64 makes the REPL go away.
Float80( x ) does not have that issue.
The text was updated successfully, but these errors were encountered: