Skip to content

Commit 1b2d3fe

Browse files
committed
fix test
1 parent 385a484 commit 1b2d3fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rulesets.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ end
8989
end
9090

9191
@testset "Double angle formulas" begin
92+
@syms r x
9293
@eqtest simplify(r*cos(x/2)^2 - r*sin(x/2)^2) == r*cos(x)
9394
@eqtest simplify(2cos(x)*sin(x)) == sin(2x)
9495
end

0 commit comments

Comments
 (0)