Skip to content

Commit 97f292d

Browse files
committed
update README
1 parent 2a6d0bf commit 97f292d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ julia> using Polynomials
1818

1919
## Usage
2020

21+
#### Available Polynomials
22+
23+
* `Polynomial` - Standard polynomials
24+
* `ChebyshevT` - Chebyshev polynomials of the first kind
2125

2226
#### Construction and Evaluation
2327

src/common.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ Linear Algebra
281281
Calculates the p-norm of the polynomial's coefficients
282282
"""
283283
LinearAlgebra.norm(q::AbstractPolynomial, p::Real = 2) = norm(coeffs(q), p)
284+
284285
"""
285286
conj(::AbstractPolynomial)
286287

0 commit comments

Comments
 (0)