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 08cdac7 commit 5ab9c63Copy full SHA for 5ab9c63
test/polyform.jl
@@ -9,7 +9,7 @@ include("utils.jl")
9
@test repr(x/y*x/z) == "(x^2) / (y*z)"
10
@test repr(simplify_fractions(((x-y+z)*(x+4z+1)) /
11
(y*(2x - 3y + 3z) +
12
- x*(x + z)))) == repr(simplify_fractions((1 + x + 4z) / (x + 3.0y)))
+ x*(x + z)))) == repr(simplify_fractions((1 + x + 4z) / (x + 3//1y)))
13
@test simplify_fractions( (1/x)^2 * x^2) == 1
14
@test simplify_fractions(x/(x+3) + 3/(x+3)) == 1
15
@test repr(simplify(simplify_fractions(cos(x)/sin(x) + sin(x)/cos(x)))) == "2 / sin(2x)"
0 commit comments