mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix credits for math.sum()
This commit is contained in:
parent
340383ce70
commit
5d4d16e44d
1 changed files with 2 additions and 1 deletions
|
@ -1539,7 +1539,8 @@ Here are all of the changes that Python 2.6 makes to the core Python language.
|
||||||
|
|
||||||
* :func:`~math.sum` adds up the stream of numbers from an iterable,
|
* :func:`~math.sum` adds up the stream of numbers from an iterable,
|
||||||
and is careful to avoid loss of precision by calculating partial sums.
|
and is careful to avoid loss of precision by calculating partial sums.
|
||||||
(Contributed by Jean Brouwers; :issue:`2819`.)
|
(Contributed by Jean Brouwers, Raymond Hettinger, and Mark Dickinson;
|
||||||
|
:issue:`2819`.)
|
||||||
|
|
||||||
* The inverse hyperbolic functions :func:`~math.acosh`, :func:`~math.asinh`
|
* The inverse hyperbolic functions :func:`~math.acosh`, :func:`~math.asinh`
|
||||||
and :func:`~math.atanh`.
|
and :func:`~math.atanh`.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue