julia
bead1d32
- fix spurious overflow for Float16(::Rational) (#52395)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
fix spurious overflow for Float16(::Rational) (#52395) Fixes #52394. Also fixes `Float32` for `UInt128`, since currently `Float32((typemax(UInt128)-0x01) // typemax(UInt128))` gives `Nan32`.
References
#52395 - fix spurious overflow for Float16(::Rational)
Author
stevengj
Parents
d765ad15
Loading