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 3816233 commit 486db54Copy full SHA for 486db54
integration_tests/symbolics_06.py
@@ -23,7 +23,7 @@ def test_elementary_functions():
23
# test Abs
24
assert(Abs(S(-10)) == S(10))
25
assert(Abs(S(10)) == S(10))
26
- assert(Abs(-x) == Abs(x))
+ assert(Abs(S(-1)*x) == Abs(x))
27
28
# test composite functions
29
a: S = exp(x)
0 commit comments