We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d72906 commit 3f16b17Copy full SHA for 3f16b17
base/mathconstants.jl
@@ -29,7 +29,7 @@ end
29
Base.@assume_effects :foldable function (::Type{T})(x::_KnownIrrational, r::RoundingMode) where {T<:Union{Float32,Float64}}
30
Base._irrational_to_float(T, x, r)
31
end
32
-Base.@assume_effects :foldable function rationalize(::Type{T}, x::_KnownIrrational; tol::Real=0) where {T<:Integer}
+Base.@assume_effects :foldable function Base.rationalize(::Type{T}, x::_KnownIrrational; tol::Real=0) where {T<:Integer}
33
Base._rationalize_irrational(T, x, tol)
34
35
Base.@assume_effects :foldable function Base.lessrational(rx::Rational, x::_KnownIrrational)
0 commit comments