From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 28 May 2025 07:30:04 +0000 (+0300) Subject: Update outdated statement from `math` about C standard (#134621) X-Git-Tag: v3.15.0a1~1478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21672b694bd1786bad6eb71a9eff89291a91554b;p=thirdparty%2FPython%2Fcpython.git Update outdated statement from `math` about C standard (#134621) Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> --- diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 394a462b9468..11d3b756e213 100644 --- a/Doc/library/math.rst +++ b/Doc/library/math.rst @@ -10,8 +10,8 @@ -------------- -This module provides access to the mathematical functions defined by the C -standard. +This module provides access to common mathematical functions and constants, +including those defined by the C standard. These functions cannot be used with complex numbers; use the functions of the same name from the :mod:`cmath` module if you require support for complex