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 13f9ef5 commit 7737865Copy full SHA for 7737865
test/polyform.jl
@@ -63,6 +63,9 @@ end
63
##404#issuecomment-939404030
64
a = 1 / (x - (2//1)) + ((-5//1) - x) / ((x - (2//1))^2)
65
@test isequal(simplify_fractions(a), -7/(x-2)^2)
66
+
67
+ # https://github.com/JuliaSymbolics/Symbolics.jl/issues/968
68
+ @eqtest simplify_fractions((x * y + (1//2) * x) / (2 * x)) == 1//4 * (1 + 2y)
69
end
70
71
@testset "isone iszero" begin
0 commit comments