math — Mathematical functions — Python 3.16.0a0 documentation

docs.python.org

Tin mới

numbers — Numeric abstract base classes

math.integer — integer-specific mathematics functions

Python Module Index

3.16.0a0 Documentation

The Python Standard Library

Numeric and Mathematical Modules

cmath: Mathematical functions for complex numbers.

This module provides access to common mathematical functions and constants, including those defined by the C standard.

sys.float_info.min

Return True if x is a subnormal number, that is a finite nonzero number with a magnitude smaller than sys.float_info.min. Return False otherwise.