Float16(1f5) is NaN16
instead of Inf16
#33076
Labels
bug
Indicates an unexpected problem or unintended behavior
maths
Mathematical functions
regression
Regression in behavior compared to a previous version
This changed some time in the last three months or so, before we had
Float16(1f5) == Inf16
.Similarly, we had and still have
Float32(1e39) == Inf32
.This broke a test in BitIntegers.jl.
cc @Keno as #32444 seems to be the last to touch this method.
The text was updated successfully, but these errors were encountered: