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 0236a00 commit 8c1bd42Copy full SHA for 8c1bd42
mathics/builtin/numbers/algebra.py
@@ -372,7 +372,7 @@ class Apart(Builtin):
372
>> Apart[1 / (x^2 + 5x + 6)]
373
= 1 / (2 + x) - 1 / (3 + x)
374
375
- When several variables are involved, the results can be different
+ When several variables are involved, the results can be different \
376
depending on the main variable:
377
>> Apart[1 / (x^2 - y^2), x]
378
= -1 / (2 y (x + y)) + 1 / (2 y (x - y))
0 commit comments