Skip to content

Commit aaf8881

Browse files
authored
Update index.md (#100)
1 parent 7afc9a2 commit aaf8881

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ julia> using ClassicalOrthogonalPolynomials
1010
1111
julia> chebyshevt(5, 0.1) # T_5(0.1) == cos(5acos(0.1))
1212
0.48016
13+
14+
julia> chebyshevu(5, 0.1) # U_5(0.1) == sin(6acos(0.1))/sin(acos(0.1))
15+
0.56832
1316
```

0 commit comments

Comments
 (0)