Skip to content

Commit 7afc9a2

Browse files
committed
Update index.md
1 parent 96e1632 commit 7afc9a2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/src/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# ClassicalOrthogonalPolynomials.jl
2+
A Julia package for classical orthogonal polynomials and expansions
23

3-
*Classical orthogonal polynomials in Julia*
4+
## Evaluation
45

6+
The simplest usage of this package is to evaluate classical
7+
orthogonal polynomials:
8+
```jldoctest
9+
julia> using ClassicalOrthogonalPolynomials
10+
11+
julia> chebyshevt(5, 0.1) # T_5(0.1) == cos(5acos(0.1))
12+
0.48016
13+
```

0 commit comments

Comments
 (0)