We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47abc3 commit 29c33beCopy full SHA for 29c33be
source/inputfile_doc.rst
@@ -290,7 +290,8 @@ for multiplication with a bracket so *-2(a+b)^h* would be written as
290
+--------+-------------------------+
291
292
Operator precedence increases from top to bottom and left to
293
-right (adapted from the Python Reference Manual).
+right (adapted from the `Python Reference Manual
294
+<https://docs.python.org/3/reference/expressions.html#operator-precedence>`_).
295
296
The PySCeS MDL parser has been developed to parse and translate different
297
styles of infix into Python/Numpy-based expressions. The following
0 commit comments