Skip to content

Commit c5a7235

Browse files
authored
Add Polynomials.jl in README (#98)
1 parent cad04da commit c5a7235

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The following types implement the MutableArithmetics API:
4343
* The API is implemented for `Base.BigInt` in `src/bigint.jl`.
4444
* The API is implemented for `Base.BigFloat` in `src/bigfloat.jl`.
4545
* 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).
4647
* The interface for multivariate polynomials [MultivariatePolynomials](https://github.com/JuliaAlgebra/MultivariatePolynomials.jl)
4748
as well as its two implementations [DynamicPolynomials](https://github.com/JuliaAlgebra/DynamicPolynomials.jl)
4849
and [TypedPolynomials](https://github.com/JuliaAlgebra/TypedPolynomials.jl).

0 commit comments

Comments
 (0)