
math — Mathematical functions — Python 3.14.2 documentation
3 days ago · 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 …
Numeric and Mathematical Modules — Python 3.14.2 documentation
4 days ago · The math and cmath modules contain various mathematical functions for floating-point and complex numbers. The decimal module supports exact representations of decimal numbers, using …
Python Module Index — Python 3.14.2 documentation
2 days ago · Python Module Index _ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | z
Download — Python 3.14.2 documentation
2 days ago · Download Python 3.14 documentation Last updated on: Dec 10, 2025 (16:12 UTC). Download an archive containing all the documentation for this version of Python: ... We no longer …
The Python Standard Library — Python 3.14.2 documentation
4 days ago · The library contains built-in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as …
Installing Python Modules — Python 3.14.2 documentation
3 days ago · This allows Python users to share and collaborate effectively, benefiting from the solutions others have already created to common (and sometimes even rare!) problems, as well as potentially …
cmath — Mathematical functions for complex numbers — Python …
5 days ago · This module provides access to mathematical functions for complex numbers. The functions in this module accept integers, floating-point numbers or complex numbers as arguments.
random — Generate pseudo-random numbers — Python 3.14.2 …
2 days ago · Source code: Lib/random.py This module implements pseudo-random number generators for various distributions. For integers, there is uniform selection from a range.
statistics — Mathematical statistics functions — Python 3.14.2 ...
2 days ago · The module is not intended to be a competitor to third-party libraries such as NumPy, SciPy, or proprietary full-featured statistics packages aimed at professional statisticians such as …
numbers — Numeric abstract base classes — Python 3.14.2 …
3 days ago · The numbers module (PEP 3141) defines a hierarchy of numeric abstract base classes which progressively define more operations. None of the types defined in this module are intended to …