We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad04da commit c5a7235Copy full SHA for c5a7235
1 file changed
README.md
@@ -43,6 +43,7 @@ The following types implement the MutableArithmetics API:
43
* The API is implemented for `Base.BigInt` in `src/bigint.jl`.
44
* The API is implemented for `Base.BigFloat` in `src/bigfloat.jl`.
45
* The API is implemented for `Base.Array` in `src/linear_algebra.jl`.
46
+* The `Polynomial` type of [Polynomials.jl](https://github.com/JuliaMath/Polynomials.jl).
47
* The interface for multivariate polynomials [MultivariatePolynomials](https://github.com/JuliaAlgebra/MultivariatePolynomials.jl)
48
as well as its two implementations [DynamicPolynomials](https://github.com/JuliaAlgebra/DynamicPolynomials.jl)
49
and [TypedPolynomials](https://github.com/JuliaAlgebra/TypedPolynomials.jl).
0 commit comments