cpython: a305901366a6 (original) (raw)

Mercurial > cpython

changeset 82323:a305901366a6 3.3

#15438: merge with 3.2. [#15438]

Ezio Melotti ezio.melotti@gmail.com
date Sat, 23 Feb 2013 04:55:24 +0200
parents a9993d40821f(current diff)7d95a0aa6b5a(diff)
children e0f940829eb6 81f98372f893
files Doc/library/math.rst
diffstat 1 files changed, 4 insertions(+), 0 deletions(-)[+] [-] Doc/library/math.rst 4

line wrap: on

line diff

--- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -215,6 +215,10 @@ Power and logarithmic functions x is negative, and y is not an integer then pow(x, y) is undefined, and raises :exc:ValueError.

.. function:: sqrt(x)