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 bd208ad + ee470ea commit cdb2d4fCopy full SHA for cdb2d4f
src/MultivariatePolynomials.jl
@@ -47,7 +47,7 @@ Abstract type for a monomial, i.e. a product of variables elevated to a nonnegat
47
abstract type AbstractMonomial <: AbstractMonomialLike end
48
49
"""
50
- AbstractTerm{T} <: AbstractTerm{T}
+ AbstractTerm{T} <: AbstractTermLike{T}
51
52
Abstract type for a term of coefficient type `T`, i.e. the product between a value of type `T` and a monomial.
53
0 commit comments