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.
polyform/isone
1 parent aa58a1f commit 5aedec5Copy full SHA for 5aedec5
benchmark/benchmarks.jl
@@ -94,6 +94,8 @@ let
94
(-f*(g + (-d*g) / d)) / (i + (-c*(h + (-e*g) / d)) / b + (-f*g) / d)) / d
95
pform["simplify_fractions"] = @benchmarkable simplify_fractions($ex)
96
pform["iszero"] = @benchmarkable SymbolicUtils.fraction_iszero($ex)
97
- pform["isone"] = @benchmarkable SymbolicUtils.fraction_isone($o)
+ pform["isone"] = @benchmarkable SymbolicUtils.fraction_isone($ex)
98
+ pform["isone:noop"] = @benchmarkable SymbolicUtils.fraction_isone($o)
99
+ pform["iszero:noop"] = @benchmarkable SymbolicUtils.fraction_iszero($o)
100
pform["easy_iszero"] = @benchmarkable SymbolicUtils.fraction_iszero($((b*(h + (-e*g) / d)) / b + (e*g) / d - h))
101
end
0 commit comments