File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -101,12 +101,12 @@ end
101101 @eqtest simplify (cos (x)^ 2 - 1 ) == - sin (x)^ 2
102102 @eqtest simplify (sin (x)^ 2 - 1 ) == - cos (x)^ 2
103103
104- @test simplify (cosh (x)^ 2 + 1 - sinh (x)^ 2 ) == 2
105- @test simplify (cosh (y)^ 2 + 1 - sinh (y)^ 2 ) == 2
106- @test simplify (- sinh (y)^ 2 + cosh (y)^ 2 + 1 ) == 2
104+ @eqtest simplify (cosh (x)^ 2 + 1 - sinh (x)^ 2 ) == 2
105+ @eqtest simplify (cosh (y)^ 2 + 1 - sinh (y)^ 2 ) == 2
106+ @eqtest simplify (- sinh (y)^ 2 + cosh (y)^ 2 + 1 ) == 2
107107
108- @eqtest simplify (cosh (x)^ 2 - 1 ) == sin (x)^ 2
109- @eqtest simplify (sinh (x)^ 2 + 1 ) == cos (x)^ 2
108+ @eqtest simplify (cosh (x)^ 2 - 1 ) == sinh (x)^ 2
109+ @eqtest simplify (sinh (x)^ 2 + 1 ) == cosh (x)^ 2
110110end
111111
112112@testset " Double angle formulas" begin
117117 @eqtest simplify (2 cos (x) * sin (x)) == sin (2 x)
118118
119119 @eqtest simplify (r * cosh (x / 2 )^ 2 + r * sinh (x / 2 )^ 2 ) == r * cosh (x)
120- @eqtest simplify (r * sinh (x / 2 )^ 2 + r * cosh (x / 2 )^ 2 ) == r * cos (x)
121- @eqtest simplify (2 cosh (x) * sinh (x)) == sin (2 x)
120+ @eqtest simplify (r * sinh (x / 2 )^ 2 + r * cosh (x / 2 )^ 2 ) == r * cosh (x)
121+ @eqtest simplify (2 cosh (x) * sinh (x)) == sinh (2 x)
122122end
123123
124124@testset " Exponentials" begin
You can’t perform that action at this time.
0 commit comments