We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da67e0d commit 992f613Copy full SHA for 992f613
Doc/whatsnew/3.7.rst
@@ -296,9 +296,8 @@ Optimizations
296
(Contributed by Serhiy Storchaka in :issue:`24821`.)
297
298
* Fast implementation from standard C library is now used for functions
299
- :func:`~math.tgamma`, :func:`~math.lgamma`, :func:`~math.erf` and
300
- :func:`~math.erfc` in the :mod:`math` module. (Contributed by Serhiy
301
- Storchaka in :issue:`26121`.)
+ :func:`~math.erf` and :func:`~math.erfc` in the :mod:`math` module.
+ (Contributed by Serhiy Storchaka in :issue:`26121`.)
302
303
* The :func:`os.fwalk` function has been sped up by 2 times. This was done
304
using the :func:`os.scandir` function.
0 commit comments