Skip to content

Commit 42f085e

Browse files
authored
Merge pull request #684 from Mathics3/more-doc-tweaks
Further doc tweaks
2 parents 41606f9 + 7d48b25 commit 42f085e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

mathics/builtin/arithmetic.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,12 @@ def create_infix(items, operator, prec, grouping):
230230

231231
class Abs(_MPMathFunction):
232232
"""
233-
234-
<url>:Absolute value: https://en.wikipedia.org/wiki/Absolute_value</url> (<url>:SymPy: https://docs.sympy.org/latest/modules/functions/elementary.html#sympy.functions.elementary.complexes.Abs</url>, <url>:WMA: https://reference.wolfram.com/language/ref/Abs</url>)
233+
<url>
234+
:Absolute value:
235+
https://en.wikipedia.org/wiki/Absolute_value</url> (<url>
236+
:SymPy:
237+
https://docs.sympy.org/latest/modules/functions/elementary.html#sympy.functions.elementary.complexes.Abs</url>, <url>
238+
:WMA: https://reference.wolfram.com/language/ref/Abs</url>)
235239
236240
<dl>
237241
<dt>'Abs[$x$]'
@@ -266,8 +270,10 @@ class Abs(_MPMathFunction):
266270

267271
class Arg(_MPMathFunction):
268272
"""
269-
<url>:Arg:https://en.wikipedia.org/wiki/Argument_(complex_analysis)</url> \
270-
(<url>:WMA link:https://reference.wolfram.com/language/ref/Arg.html</url>)
273+
<url>:Argument (complex analysis):
274+
https://en.wikipedia.org/wiki/Argument_(complex_analysis)</url> (<url>
275+
:WMA link:https://reference.wolfram.com/language/ref/Arg.html</url>)
276+
271277
<dl>
272278
<dt>'Arg'[$z$, $method_option$]
273279
<dd>returns the argument of a complex value $z$.

0 commit comments

Comments
 (0)