@@ -124,9 +124,9 @@ macro registerN(name, params...)
124
124
end
125
125
$ poly {$(αs...)} (coeffs:: AbstractVector{T} , var:: SymbolLike = :x ) where {$ (αs... ),T} =
126
126
$ poly {$(αs...),T,Symbol(var)} (coeffs)
127
- $ poly {$(as ...),T,X} (c:: AbstractPolynomial{S,Y} ) where {$ (as ... ),T,X,S,Y} = convert ($ poly{$ (as ... ),T,X}, c)
128
- $ poly {$(as ...),T} (c:: AbstractPolynomial{S,Y} ) where {$ (as ... ),T,S,Y} = convert ($ poly{$ (as ... ),T}, c)
129
- $ poly {$(as ...),} (c:: AbstractPolynomial{S,Y} ) where {$ (as ... ),S,Y} = convert ($ poly{$ (as ... ),}, c)
127
+ $ poly {$(αs ...),T,X} (c:: AbstractPolynomial{S,Y} ) where {$ (αs ... ),T,X,S,Y} = convert ($ poly{$ (αs ... ),T,X}, c)
128
+ $ poly {$(αs ...),T} (c:: AbstractPolynomial{S,Y} ) where {$ (αs ... ),T,S,Y} = convert ($ poly{$ (αs ... ),T}, c)
129
+ $ poly {$(αs ...),} (c:: AbstractPolynomial{S,Y} ) where {$ (αs ... ),S,Y} = convert ($ poly{$ (αs ... ),}, c)
130
130
131
131
$ poly {$(αs...),T,X} (n:: Number ) where {$ (αs... ),T,X} = T (n)* one ($ poly{$ (αs... ),T,X})
132
132
$ poly {$(αs...),T} (n:: Number , var:: SymbolLike = :x ) where {$ (αs... ),T} = T (n)* one ($ poly{$ (αs... ),T,Symbol (var)})
0 commit comments