
math — Mathematical functions — Python 3.14.3 documentation
2 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.3 documentation
3 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.3 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
cmath — Mathematical functions for complex numbers — Python …
2 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.
The Python Standard Library — Python 3.14.3 documentation
2 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 …
math.integer — integer-specific mathematics functions — Python …
This module provides access to the mathematical functions defined for integer arguments. These functions accept integers and objects that implement the __index__() method which is used to …
6. Modules — Python 3.14.3 documentation
2 days ago · Such a file is called a module; definitions from a module can be imported into other modules or into the main module (the collection of variables that you have access to in a script …
3.14.3 Documentation - Python
2 days ago · Python 3.14.3 documentation Welcome! This is the official documentation for Python 3.14.3. Documentation sections: ... Indices, glossary, and search: ... Project information:
random — Generate pseudo-random numbers — Python 3.14.3 …
1 day 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.3 ...
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 …