Closed
Description
openedon Aug 9, 2020
I think it is a bug:
julia> t = typeof(pi)
Irrational{:π}
julia> hasmethod(typemin, (t,))
true
julia> typemin(t)
ERROR: MethodError: no method matching typemin(::Type{Irrational{:π}})
The same happens with typemax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment