Closed
Description
#47255 caused the following:
julia> inv(0.2 + 0.0im)
4.999999999999999 - 0.0im
In 1.8 this was:
julia> inv(0.2 + 0.0im)
5.0 - 0.0im
I don't know what the guarantees are for this operation but it seems kind of silly to stop being able to do this.