julia
bead1d32 - fix spurious overflow for Float16(::Rational) (#52395)

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`.
Author
Parents
Loading