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 3950f40 commit 86cc741Copy full SHA for 86cc741
src/sage/libs/mpmath/ext_main.pyx
@@ -744,7 +744,7 @@ cdef class Context:
744
faster and produces more accurate results than the builtin
745
Python function :func:`sum`.
746
747
- With squared=True each term is squared, and with absolute=True
+ With ``squared=True`` each term is squared, and with ``absolute=True``
748
the absolute value of each term is used.
749
750
TESTS ::
@@ -856,7 +856,7 @@ cdef class Context:
856
MPF_clear(&sim)
857
return +unknown
858
except KeyboardInterrupt:
859
- raise KeyboardInterrupt('Ctlr-C has been pressed')
+ raise KeyboardInterrupt('Ctrl-C pressed while running fsum')
860
861
def fdot(ctx, A, B=None, bint conjugate=False):
862
r"""
0 commit comments