We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ca062 commit 8cdb3e3Copy full SHA for 8cdb3e3
test/test_dynamicpolynomials.jl
@@ -9,4 +9,5 @@ using DynamicPolynomials, ClassicalOrthogonalPolynomials, Test
9
@test chebyshevu(5,x) == ultrasphericalc(5,1,x) == 6x - 32x^3 + 32x^5
10
@test legendrep(5,x) ≈ (15x - 70x^3 + 63x^5)/8
11
@test hermiteh(5,x) == 120x - 160x^3 + 32x^5
12
+ jacobip(5,1,0,x)
13
end
0 commit comments