Skip to content

Commit 8cdb3e3

Browse files
committed
Update test_dynamicpolynomials.jl
1 parent 66ca062 commit 8cdb3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_dynamicpolynomials.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ using DynamicPolynomials, ClassicalOrthogonalPolynomials, Test
99
@test chebyshevu(5,x) == ultrasphericalc(5,1,x) == 6x - 32x^3 + 32x^5
1010
@test legendrep(5,x) (15x - 70x^3 + 63x^5)/8
1111
@test hermiteh(5,x) == 120x - 160x^3 + 32x^5
12+
jacobip(5,1,0,x)
1213
end

0 commit comments

Comments
 (0)