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.
2 parents 3dc1169 + cd77970 commit 0434777Copy full SHA for 0434777
src/types.jl
@@ -519,7 +519,7 @@ end
519
520
@inline denominators(x) = isdiv(x) ? numerators(x.den) : Any[1]
521
522
-function (::Type{<:Pow{T}})(a, b; metadata=NO_METADATA) where {T}
+function Pow{T}(a, b; metadata=NO_METADATA) where {T}
523
_iszero(b) && return 1
524
_isone(b) && return a
525
Pow{T}(; base=a, exp=b, arguments=[], metadata)
0 commit comments