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 cd34503 commit a7d58a9Copy full SHA for a7d58a9
src/pade.jl
@@ -2,7 +2,7 @@ immutable Pade{T<:Number,S<:Number}
2
p::Poly{T}
3
q::Poly{S}
4
var::Symbol
5
- @compat function (::Type{Pade}){T,S}(p::Poly{T},q::Poly{S})
+ @compat function (::Type{Pade{T,S}}){T,S}(p::Poly{T},q::Poly{S})
6
if p.var != q.var
7
error("Polynomials must have same variable")
8
end
0 commit comments