René's URL Explorer Experiment


Title: numbers — Numeric abstract base classes — Python 3.15.0a5 documentation

Open Graph Title: numbers — Numeric abstract base classes

Description: Source code: Lib/numbers.py 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 ...

Open Graph Description: Source code: Lib/numbers.py 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 ...

Opengraph URL: https://docs.python.org/3/library/numbers.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_library_numbers_38324719.png
og:image:altSource code: Lib/numbers.py 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 ...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
numbers — Numeric abstract base classeshttps://docs.python.org/dev/library/numbers.html
The numeric towerhttps://docs.python.org/dev/library/numbers.html#the-numeric-tower
Notes for type implementershttps://docs.python.org/dev/library/numbers.html#notes-for-type-implementers
Adding More Numeric ABCshttps://docs.python.org/dev/library/numbers.html#adding-more-numeric-abcs
Implementing the arithmetic operationshttps://docs.python.org/dev/library/numbers.html#implementing-the-arithmetic-operations
Numeric and Mathematical Moduleshttps://docs.python.org/dev/library/numeric.html
math — Mathematical functionshttps://docs.python.org/dev/library/math.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/numbers.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/math.html
previoushttps://docs.python.org/dev/library/numeric.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Numeric and Mathematical Moduleshttps://docs.python.org/dev/library/numeric.html
numbers — Numeric abstract base classeshttps://docs.python.org/dev/library/numbers.html
https://docs.python.org/dev/library/numbers.html#module-numbers
Lib/numbers.pyhttps://github.com/python/cpython/tree/main/Lib/numbers.py
PEP 3141https://peps.python.org/pep-3141/
abstract base classeshttps://docs.python.org/dev/glossary.html#term-abstract-base-class
https://docs.python.org/dev/library/numbers.html#numbers.Number
https://docs.python.org/dev/library/numbers.html#the-numeric-tower
https://docs.python.org/dev/library/numbers.html#numbers.Complex
complexhttps://docs.python.org/dev/library/functions.html#complex
complexhttps://docs.python.org/dev/library/functions.html#complex
boolhttps://docs.python.org/dev/library/functions.html#bool
realhttps://docs.python.org/dev/library/numbers.html#numbers.Complex.real
imaghttps://docs.python.org/dev/library/numbers.html#numbers.Complex.imag
abs()https://docs.python.org/dev/library/functions.html#abs
conjugate()https://docs.python.org/dev/library/numbers.html#numbers.Complex.conjugate
https://docs.python.org/dev/library/numbers.html#numbers.Complex.real
https://docs.python.org/dev/library/numbers.html#numbers.Complex.imag
https://docs.python.org/dev/library/numbers.html#numbers.Complex.conjugate
https://docs.python.org/dev/library/numbers.html#numbers.Real
Complexhttps://docs.python.org/dev/library/numbers.html#numbers.Complex
floathttps://docs.python.org/dev/library/functions.html#float
math.trunc()https://docs.python.org/dev/library/math.html#math.trunc
round()https://docs.python.org/dev/library/functions.html#round
math.floor()https://docs.python.org/dev/library/math.html#math.floor
math.ceil()https://docs.python.org/dev/library/math.html#math.ceil
divmod()https://docs.python.org/dev/library/functions.html#divmod
complex()https://docs.python.org/dev/library/functions.html#complex
realhttps://docs.python.org/dev/library/numbers.html#numbers.Complex.real
imaghttps://docs.python.org/dev/library/numbers.html#numbers.Complex.imag
conjugate()https://docs.python.org/dev/library/numbers.html#numbers.Complex.conjugate
https://docs.python.org/dev/library/numbers.html#numbers.Rational
Realhttps://docs.python.org/dev/library/numbers.html#numbers.Real
numeratorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.numerator
denominatorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.denominator
float()https://docs.python.org/dev/library/functions.html#float
numeratorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.numerator
denominatorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.denominator
Integralhttps://docs.python.org/dev/library/numbers.html#numbers.Integral
denominatorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.denominator
https://docs.python.org/dev/library/numbers.html#numbers.Rational.numerator
https://docs.python.org/dev/library/numbers.html#numbers.Rational.denominator
https://docs.python.org/dev/library/numbers.html#numbers.Integral
Rationalhttps://docs.python.org/dev/library/numbers.html#numbers.Rational
inthttps://docs.python.org/dev/library/functions.html#int
float()https://docs.python.org/dev/library/functions.html#float
numeratorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.numerator
denominatorhttps://docs.python.org/dev/library/numbers.html#numbers.Rational.denominator
pow()https://docs.python.org/dev/library/functions.html#pow
https://docs.python.org/dev/library/numbers.html#notes-for-type-implementers
fractions.Fractionhttps://docs.python.org/dev/library/fractions.html#fractions.Fraction
hash()https://docs.python.org/dev/library/functions.html#hash
https://docs.python.org/dev/library/numbers.html#adding-more-numeric-abcs
Complexhttps://docs.python.org/dev/library/numbers.html#numbers.Complex
Realhttps://docs.python.org/dev/library/numbers.html#numbers.Real
https://docs.python.org/dev/library/numbers.html#implementing-the-arithmetic-operations
Integralhttps://docs.python.org/dev/library/numbers.html#numbers.Integral
__add__()https://docs.python.org/dev/reference/datamodel.html#object.__add__
__radd__()https://docs.python.org/dev/reference/datamodel.html#object.__radd__
Complexhttps://docs.python.org/dev/library/numbers.html#numbers.Complex
Complexhttps://docs.python.org/dev/library/numbers.html#numbers.Complex
__add__()https://docs.python.org/dev/reference/datamodel.html#object.__add__
__add__()https://docs.python.org/dev/reference/datamodel.html#object.__add__
__radd__()https://docs.python.org/dev/reference/datamodel.html#object.__radd__
NotImplementedhttps://docs.python.org/dev/library/constants.html#NotImplemented
__radd__()https://docs.python.org/dev/reference/datamodel.html#object.__radd__
Complexhttps://docs.python.org/dev/library/numbers.html#numbers.Complex
complexhttps://docs.python.org/dev/library/functions.html#complex
__radd__()https://docs.python.org/dev/reference/datamodel.html#object.__radd__
fractions.Fractionhttps://docs.python.org/dev/library/fractions.html#fractions.Fraction
Table of Contentshttps://docs.python.org/dev/contents.html
numbers — Numeric abstract base classeshttps://docs.python.org/dev/library/numbers.html
The numeric towerhttps://docs.python.org/dev/library/numbers.html#the-numeric-tower
Notes for type implementershttps://docs.python.org/dev/library/numbers.html#notes-for-type-implementers
Adding More Numeric ABCshttps://docs.python.org/dev/library/numbers.html#adding-more-numeric-abcs
Implementing the arithmetic operationshttps://docs.python.org/dev/library/numbers.html#implementing-the-arithmetic-operations
Numeric and Mathematical Moduleshttps://docs.python.org/dev/library/numeric.html
math — Mathematical functionshttps://docs.python.org/dev/library/math.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/library/numbers.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/library/math.html
previoushttps://docs.python.org/dev/library/numeric.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Standard Libraryhttps://docs.python.org/dev/library/index.html
Numeric and Mathematical Moduleshttps://docs.python.org/dev/library/numeric.html
numbers — Numeric abstract base classeshttps://docs.python.org/dev/library/numbers.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.