diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2008-06-20 15:17:41 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2008-06-20 15:17:41 (GMT) |
commit | d303578a667ac157e73e454f73475dd6570e9ebf (patch) | |
tree | 7c40bb6e959da6f9ad443c6ac8b74c4b748f9e51 /Doc | |
parent | 1ec2fcd16e3c28e1532829d9a4f2cf29f8ebf559 (diff) | |
download | cpython-d303578a667ac157e73e454f73475dd6570e9ebf.zip cpython-d303578a667ac157e73e454f73475dd6570e9ebf.tar.gz cpython-d303578a667ac157e73e454f73475dd6570e9ebf.tar.bz2 |
Fix outdated count of the number of new math module functions.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 4b065eb..3d1ea51 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -1344,7 +1344,7 @@ Here are all of the changes that Python 2.6 makes to the core Python language. :func:`isnan`, return true if their floating-point argument is infinite or Not A Number. (:issue:`1640`) -* The :mod:`math` module has seven new functions, and the existing +* The :mod:`math` module has a number of new functions, and the existing functions have been improved to give more consistent behaviour across platforms, especially with respect to handling of floating-point exceptions and IEEE 754 special values. |