René's URL Explorer Experiment


Title: numbers --- 數值的抽象基底類別 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
數值的階層https://python.github.io/python-docs-zh-tw/library/numbers.html#the-numeric-tower
給型別實作者的註記https://python.github.io/python-docs-zh-tw/library/numbers.html#notes-for-type-implementers
加入更多數值 ABChttps://python.github.io/python-docs-zh-tw/library/numbers.html#adding-more-numeric-abcs
實作算術操作https://python.github.io/python-docs-zh-tw/library/numbers.html#implementing-the-arithmetic-operations
數值與數學模組https://python.github.io/python-docs-zh-tw/library/numeric.html
math --- 數學函式https://python.github.io/python-docs-zh-tw/library/math.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/numbers.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/math.html
上一頁https://python.github.io/python-docs-zh-tw/library/numeric.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
數值與數學模組https://python.github.io/python-docs-zh-tw/library/numeric.html
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
https://python.github.io/python-docs-zh-tw/library/numbers.html#module-numbers
Lib/numbers.pyhttps://github.com/python/cpython/tree/3.14/Lib/numbers.py
PEP 3141https://peps.python.org/pep-3141/
抽象基底類別https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Number
https://python.github.io/python-docs-zh-tw/library/numbers.html#the-numeric-tower
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
boolhttps://python.github.io/python-docs-zh-tw/library/functions.html#bool
realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.real
imaghttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.imag
abs()https://python.github.io/python-docs-zh-tw/library/functions.html#abs
conjugate()https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.conjugate
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.real
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.imag
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.conjugate
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Real
Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
math.trunc()https://python.github.io/python-docs-zh-tw/library/math.html#math.trunc
round()https://python.github.io/python-docs-zh-tw/library/functions.html#round
math.floor()https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
math.ceil()https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
divmod()https://python.github.io/python-docs-zh-tw/library/functions.html#divmod
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.real
imaghttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.imag
conjugate()https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex.conjugate
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational
Realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Real
numeratorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.numerator
denominatorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.denominator
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
numeratorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.numerator
denominatorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.denominator
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
denominatorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.denominator
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.numerator
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.denominator
https://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
Rationalhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
float()https://python.github.io/python-docs-zh-tw/library/functions.html#float
numeratorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.numerator
denominatorhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Rational.denominator
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
https://python.github.io/python-docs-zh-tw/library/numbers.html#notes-for-type-implementers
fractions.Fractionhttps://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction
hash()https://python.github.io/python-docs-zh-tw/library/functions.html#hash
https://python.github.io/python-docs-zh-tw/library/numbers.html#adding-more-numeric-abcs
Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
Realhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Real
https://python.github.io/python-docs-zh-tw/library/numbers.html#implementing-the-arithmetic-operations
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__radd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__add__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__add__
__radd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
NotImplementedhttps://python.github.io/python-docs-zh-tw/library/constants.html#NotImplemented
__radd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
Complexhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Complex
complexhttps://python.github.io/python-docs-zh-tw/library/functions.html#complex
__radd__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__radd__
fractions.Fractionhttps://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction
目錄https://python.github.io/python-docs-zh-tw/contents.html
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
數值的階層https://python.github.io/python-docs-zh-tw/library/numbers.html#the-numeric-tower
給型別實作者的註記https://python.github.io/python-docs-zh-tw/library/numbers.html#notes-for-type-implementers
加入更多數值 ABChttps://python.github.io/python-docs-zh-tw/library/numbers.html#adding-more-numeric-abcs
實作算術操作https://python.github.io/python-docs-zh-tw/library/numbers.html#implementing-the-arithmetic-operations
數值與數學模組https://python.github.io/python-docs-zh-tw/library/numeric.html
math --- 數學函式https://python.github.io/python-docs-zh-tw/library/math.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/numbers.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/library/math.html
上一頁https://python.github.io/python-docs-zh-tw/library/numeric.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html
數值與數學模組https://python.github.io/python-docs-zh-tw/library/numeric.html
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

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


URLs of crawlers that visited me.