Python 3.9's Math Module Updates

Опубликовано: 13 Февраль 2026
на канале: MCC Py Tutorials
411
7

Walkthrough of the four updates to Python's math module in Python 3.9!

Update to math.gcd() - 0:38
math.lcm() - 2:24
math.nextafter() - 3:42
math.ulp() - 9:02

This video uses Python 3.9.0. To download the current version of Python, visit: https://www.python.org/. It also uses PyCharm (Community Edition). To download PyCharm, visit: https://www.jetbrains.com/pycharm/. For more information on Python's 3.9 updates, visit https://docs.python.org/3.9/whatsnew/.... For more information on Python's math module, visit https://docs.python.org/3/library/mat....