René's URL Explorer Experiment


Title: math --- 數學函式 — 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
math --- 數學函式https://python.github.io/python-docs-zh-tw/library/math.html
數論函式https://python.github.io/python-docs-zh-tw/library/math.html#number-theoretic-functions
計算傳入的 iterable 中所有元素的乘積。預設的乘積起始值 start 為 1。https://python.github.io/python-docs-zh-tw/library/math.html#floating-point-arithmetic
Floating point manipulation functionshttps://python.github.io/python-docs-zh-tw/library/math.html#floating-point-manipulation-functions
Power, exponential and logarithmic functionshttps://python.github.io/python-docs-zh-tw/library/math.html#power-exponential-and-logarithmic-functions
Summation and product functionshttps://python.github.io/python-docs-zh-tw/library/math.html#summation-and-product-functions
Angular conversionhttps://python.github.io/python-docs-zh-tw/library/math.html#angular-conversion
Trigonometric functionshttps://python.github.io/python-docs-zh-tw/library/math.html#trigonometric-functions
Hyperbolic functionshttps://python.github.io/python-docs-zh-tw/library/math.html#hyperbolic-functions
特殊函式https://python.github.io/python-docs-zh-tw/library/math.html#special-functions
常數https://python.github.io/python-docs-zh-tw/library/math.html#constants
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
cmath --- 複數的數學函式https://python.github.io/python-docs-zh-tw/library/cmath.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/math.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/cmath.html
上一頁https://python.github.io/python-docs-zh-tw/library/numbers.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
math --- 數學函式https://python.github.io/python-docs-zh-tw/library/math.html
https://python.github.io/python-docs-zh-tw/library/math.html#module-math
cmathhttps://python.github.io/python-docs-zh-tw/library/cmath.html#module-cmath
comb(n, k)https://python.github.io/python-docs-zh-tw/library/math.html#math.comb
factorial(n)https://python.github.io/python-docs-zh-tw/library/math.html#math.factorial
gcd(*integers)https://python.github.io/python-docs-zh-tw/library/math.html#math.gcd
isqrt(n)https://python.github.io/python-docs-zh-tw/library/math.html#math.isqrt
lcm(*integers)https://python.github.io/python-docs-zh-tw/library/math.html#math.lcm
perm(n, k)https://python.github.io/python-docs-zh-tw/library/math.html#math.perm
ceil(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
fabs(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.fabs
floor(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
fma(x, y, z)https://python.github.io/python-docs-zh-tw/library/math.html#math.fma
fmod(x, y)https://python.github.io/python-docs-zh-tw/library/math.html#math.fmod
modf(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.modf
remainder(x, y)https://python.github.io/python-docs-zh-tw/library/math.html#math.remainder
trunc(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.trunc
copysign(x, y)https://python.github.io/python-docs-zh-tw/library/math.html#math.copysign
frexp(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.frexp
isclose(a, b, rel_tol, abs_tol)https://python.github.io/python-docs-zh-tw/library/math.html#math.isclose
isfinite(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.isfinite
isinf(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.isinf
isnan(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.isnan
ldexp(x, i)https://python.github.io/python-docs-zh-tw/library/math.html#math.ldexp
frexp()https://python.github.io/python-docs-zh-tw/library/math.html#math.frexp
nextafter(x, y, steps)https://python.github.io/python-docs-zh-tw/library/math.html#math.nextafter
ulp(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.ulp
cbrt(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.cbrt
exp(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.exp
exp2(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.exp2
expm1(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.expm1
log(x, base)https://python.github.io/python-docs-zh-tw/library/math.html#math.log
log1p(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.log1p
log2(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.log2
log10(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.log10
pow(x, y)https://python.github.io/python-docs-zh-tw/library/math.html#math.pow
sqrt(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.sqrt
dist(p, q)https://python.github.io/python-docs-zh-tw/library/math.html#math.dist
fsum(iterable)https://python.github.io/python-docs-zh-tw/library/math.html#math.fsum
hypot(*coordinates)https://python.github.io/python-docs-zh-tw/library/math.html#math.hypot
prod(iterable, start)https://python.github.io/python-docs-zh-tw/library/math.html#math.prod
sumprod(p, q)https://python.github.io/python-docs-zh-tw/library/math.html#math.sumprod
degrees(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.degrees
radians(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.radians
acos(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.acos
asin(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.asin
atan(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.atan
atan2(y, x)https://python.github.io/python-docs-zh-tw/library/math.html#math.atan2
cos(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.cos
sin(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.sin
tan(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.tan
acosh(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.acosh
asinh(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.asinh
atanh(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.atanh
cosh(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.cosh
sinh(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.sinh
tanh(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.tanh
erf(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.erf
Error functionhttps://en.wikipedia.org/wiki/Error_function
erfc(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.erfc
Complementary error functionhttps://en.wikipedia.org/wiki/Error_function
gamma(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.gamma
Gamma functionhttps://en.wikipedia.org/wiki/Gamma_function
lgamma(x)https://python.github.io/python-docs-zh-tw/library/math.html#math.lgamma
Gamma functionhttps://en.wikipedia.org/wiki/Gamma_function
pihttps://python.github.io/python-docs-zh-tw/library/math.html#math.pi
ehttps://python.github.io/python-docs-zh-tw/library/math.html#math.e
tauhttps://python.github.io/python-docs-zh-tw/library/math.html#math.tau
infhttps://python.github.io/python-docs-zh-tw/library/math.html#math.inf
nanhttps://python.github.io/python-docs-zh-tw/library/math.html#math.nan
https://python.github.io/python-docs-zh-tw/library/math.html#number-theoretic-functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.comb
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/math.html#math.factorial
https://python.github.io/python-docs-zh-tw/library/math.html#math.gcd
https://python.github.io/python-docs-zh-tw/library/math.html#math.isqrt
https://python.github.io/python-docs-zh-tw/library/math.html#math.lcm
https://python.github.io/python-docs-zh-tw/library/math.html#math.perm
TypeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#TypeError
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/math.html#floating-point-arithmetic
https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
x.__ceil__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__ceil__
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
https://python.github.io/python-docs-zh-tw/library/math.html#math.fabs
https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
x.__floor__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__floor__
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
https://python.github.io/python-docs-zh-tw/library/math.html#math.fma
https://python.github.io/python-docs-zh-tw/library/math.html#math.fmod
fmod()https://python.github.io/python-docs-zh-tw/library/math.html#math.fmod
https://python.github.io/python-docs-zh-tw/library/math.html#math.modf
modf()https://python.github.io/python-docs-zh-tw/library/math.html#math.modf
https://python.github.io/python-docs-zh-tw/library/math.html#math.remainder
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/math.html#math.trunc
floor()https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
ceil()https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
x.__trunc__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__trunc__
Integralhttps://python.github.io/python-docs-zh-tw/library/numbers.html#numbers.Integral
ceil()https://python.github.io/python-docs-zh-tw/library/math.html#math.ceil
floor()https://python.github.io/python-docs-zh-tw/library/math.html#math.floor
modf()https://python.github.io/python-docs-zh-tw/library/math.html#math.modf
https://python.github.io/python-docs-zh-tw/library/math.html#floating-point-manipulation-functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.copysign
https://python.github.io/python-docs-zh-tw/library/math.html#math.frexp
frexp()https://python.github.io/python-docs-zh-tw/library/math.html#math.frexp
https://python.github.io/python-docs-zh-tw/library/math.html#math.isclose
PEP 485https://peps.python.org/pep-0485/
https://python.github.io/python-docs-zh-tw/library/math.html#math.isfinite
https://python.github.io/python-docs-zh-tw/library/math.html#math.isinf
https://python.github.io/python-docs-zh-tw/library/math.html#math.isnan
https://python.github.io/python-docs-zh-tw/library/math.html#math.ldexp
frexp()https://python.github.io/python-docs-zh-tw/library/math.html#math.frexp
https://python.github.io/python-docs-zh-tw/library/math.html#math.nextafter
math.ulp()https://python.github.io/python-docs-zh-tw/library/math.html#math.ulp
https://python.github.io/python-docs-zh-tw/library/math.html#math.ulp
sys.float_info.minhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.float_info
math.nextafter()https://python.github.io/python-docs-zh-tw/library/math.html#math.nextafter
sys.float_info.epsilonhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.float_info
https://python.github.io/python-docs-zh-tw/library/math.html#power-exponential-and-logarithmic-functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.cbrt
https://python.github.io/python-docs-zh-tw/library/math.html#math.exp
https://python.github.io/python-docs-zh-tw/library/math.html#math.exp2
https://python.github.io/python-docs-zh-tw/library/math.html#math.expm1
significant loss of precisionhttps://en.wikipedia.org/wiki/Loss_of_significance
expm1()https://python.github.io/python-docs-zh-tw/library/math.html#math.expm1
https://python.github.io/python-docs-zh-tw/library/math.html#math.log
https://python.github.io/python-docs-zh-tw/library/math.html#math.log1p
https://python.github.io/python-docs-zh-tw/library/math.html#math.log2
int.bit_length()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#int.bit_length
https://python.github.io/python-docs-zh-tw/library/math.html#math.log10
https://python.github.io/python-docs-zh-tw/library/math.html#math.pow
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
math.pow()https://python.github.io/python-docs-zh-tw/library/math.html#math.pow
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
pow()https://python.github.io/python-docs-zh-tw/library/functions.html#pow
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/math.html#math.sqrt
https://python.github.io/python-docs-zh-tw/library/math.html#summation-and-product-functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.dist
https://python.github.io/python-docs-zh-tw/library/math.html#math.fsum
ASPN cookbook recipes 精準的浮點數總和https://code.activestate.com/recipes/393090/
https://python.github.io/python-docs-zh-tw/library/math.html#math.hypot
https://python.github.io/python-docs-zh-tw/library/math.html#math.prod
https://python.github.io/python-docs-zh-tw/library/math.html#math.sumprod
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
https://python.github.io/python-docs-zh-tw/library/math.html#angular-conversion
https://python.github.io/python-docs-zh-tw/library/math.html#math.degrees
https://python.github.io/python-docs-zh-tw/library/math.html#math.radians
https://python.github.io/python-docs-zh-tw/library/math.html#trigonometric-functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.acos
https://python.github.io/python-docs-zh-tw/library/math.html#math.asin
https://python.github.io/python-docs-zh-tw/library/math.html#math.atan
https://python.github.io/python-docs-zh-tw/library/math.html#math.atan2
atan2()https://python.github.io/python-docs-zh-tw/library/math.html#math.atan2
https://python.github.io/python-docs-zh-tw/library/math.html#math.cos
https://python.github.io/python-docs-zh-tw/library/math.html#math.sin
https://python.github.io/python-docs-zh-tw/library/math.html#math.tan
https://python.github.io/python-docs-zh-tw/library/math.html#hyperbolic-functions
Hyperbolic functionshttps://en.wikipedia.org/wiki/Hyperbolic_functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.acosh
https://python.github.io/python-docs-zh-tw/library/math.html#math.asinh
https://python.github.io/python-docs-zh-tw/library/math.html#math.atanh
https://python.github.io/python-docs-zh-tw/library/math.html#math.cosh
https://python.github.io/python-docs-zh-tw/library/math.html#math.sinh
https://python.github.io/python-docs-zh-tw/library/math.html#math.tanh
https://python.github.io/python-docs-zh-tw/library/math.html#special-functions
https://python.github.io/python-docs-zh-tw/library/math.html#math.erf
error functionhttps://en.wikipedia.org/wiki/Error_function
erf()https://python.github.io/python-docs-zh-tw/library/math.html#math.erf
cumulative standard normal distributionhttps://en.wikipedia.org/wiki/Cumulative_distribution_function
https://python.github.io/python-docs-zh-tw/library/math.html#math.erfc
complementary error functionhttps://en.wikipedia.org/wiki/Error_function
loss of significancehttps://en.wikipedia.org/wiki/Loss_of_significance
https://python.github.io/python-docs-zh-tw/library/math.html#math.gamma
Gamma functionhttps://en.wikipedia.org/wiki/Gamma_function
https://python.github.io/python-docs-zh-tw/library/math.html#math.lgamma
https://python.github.io/python-docs-zh-tw/library/math.html#constants
https://python.github.io/python-docs-zh-tw/library/math.html#math.pi
https://python.github.io/python-docs-zh-tw/library/math.html#math.e
https://python.github.io/python-docs-zh-tw/library/math.html#math.tau
Pi is (still) Wronghttps://vimeo.com/147792667
Tau dayhttps://tauday.com/
https://python.github.io/python-docs-zh-tw/library/math.html#math.inf
https://python.github.io/python-docs-zh-tw/library/math.html#math.nan
IEEE-754 standardhttps://en.wikipedia.org/wiki/IEEE_754
isnan()https://python.github.io/python-docs-zh-tw/library/math.html#math.isnan
mathhttps://python.github.io/python-docs-zh-tw/library/math.html#module-math
ValueErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#ValueError
OverflowErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#OverflowError
cmathhttps://python.github.io/python-docs-zh-tw/library/cmath.html#module-cmath
目錄https://python.github.io/python-docs-zh-tw/contents.html
math --- 數學函式https://python.github.io/python-docs-zh-tw/library/math.html
數論函式https://python.github.io/python-docs-zh-tw/library/math.html#number-theoretic-functions
計算傳入的 iterable 中所有元素的乘積。預設的乘積起始值 start 為 1。https://python.github.io/python-docs-zh-tw/library/math.html#floating-point-arithmetic
Floating point manipulation functionshttps://python.github.io/python-docs-zh-tw/library/math.html#floating-point-manipulation-functions
Power, exponential and logarithmic functionshttps://python.github.io/python-docs-zh-tw/library/math.html#power-exponential-and-logarithmic-functions
Summation and product functionshttps://python.github.io/python-docs-zh-tw/library/math.html#summation-and-product-functions
Angular conversionhttps://python.github.io/python-docs-zh-tw/library/math.html#angular-conversion
Trigonometric functionshttps://python.github.io/python-docs-zh-tw/library/math.html#trigonometric-functions
Hyperbolic functionshttps://python.github.io/python-docs-zh-tw/library/math.html#hyperbolic-functions
特殊函式https://python.github.io/python-docs-zh-tw/library/math.html#special-functions
常數https://python.github.io/python-docs-zh-tw/library/math.html#constants
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
cmath --- 複數的數學函式https://python.github.io/python-docs-zh-tw/library/cmath.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/math.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/cmath.html
上一頁https://python.github.io/python-docs-zh-tw/library/numbers.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
math --- 數學函式https://python.github.io/python-docs-zh-tw/library/math.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.