Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
docstring tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mforets committed Jun 4, 2017
1 parent 4c3d7f4 commit 5b8b16c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sage/calculus/calculus.py
Expand Up @@ -828,10 +828,12 @@ def symbolic_product(expression, v, a, b, algorithm='maxima', hold=False):
- ``'maxima'`` - use Maxima (the default)
- ``'giac'`` - (optional) use Giac
- ``'giac'`` - use Giac
- ``'sympy'`` - use SymPy
- ``'mathematica'`` - (optional) use Mathematica
- ``hold`` - (default: ``False``) if ``True`` don't evaluate
EXAMPLES::
Expand Down
4 changes: 4 additions & 0 deletions src/sage/misc/misc_c.pyx
Expand Up @@ -79,6 +79,10 @@ def prod(x, z=None, Py_ssize_t recursion_cutoff=5):
This assumes that your multiplication is associative; we don't promise
which end of the list we start at.
.. SEEALSO::
For the symbolic product function, see :func:`sage.calculus.calculus.symbolic_product`.
EXAMPLES::
sage: prod([1,2,34])
Expand Down

0 comments on commit 5b8b16c

Please sign in to comment.