René's URL Explorer Experiment


Title: 數值與數學模組 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
graphlib —-- 使用類圖 (graph-like) 結構進行操作的功能https://python.github.io/python-docs-zh-tw/library/graphlib.html
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/numeric.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/numbers.html
上一頁https://python.github.io/python-docs-zh-tw/library/graphlib.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
https://python.github.io/python-docs-zh-tw/library/numeric.html#numeric-and-mathematical-modules
numbershttps://python.github.io/python-docs-zh-tw/library/numbers.html#module-numbers
mathhttps://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
decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#module-decimal
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
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
cmath --- 複數的數學函式https://python.github.io/python-docs-zh-tw/library/cmath.html
轉換到極座標和從極座標做轉換https://python.github.io/python-docs-zh-tw/library/cmath.html#conversions-to-and-from-polar-coordinates
冪函數和對數函數https://python.github.io/python-docs-zh-tw/library/cmath.html#power-and-logarithmic-functions
三角函數https://python.github.io/python-docs-zh-tw/library/cmath.html#trigonometric-functions
雙曲函數https://python.github.io/python-docs-zh-tw/library/cmath.html#hyperbolic-functions
分類函式https://python.github.io/python-docs-zh-tw/library/cmath.html#classification-functions
常數https://python.github.io/python-docs-zh-tw/library/cmath.html#constants
decimal --- 十進位固定點和浮點運算https://python.github.io/python-docs-zh-tw/library/decimal.html
Quick-start tutorialhttps://python.github.io/python-docs-zh-tw/library/decimal.html#quick-start-tutorial
Decimal objectshttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal-objects
Logical operandshttps://python.github.io/python-docs-zh-tw/library/decimal.html#logical-operands
Context objectshttps://python.github.io/python-docs-zh-tw/library/decimal.html#context-objects
常數https://python.github.io/python-docs-zh-tw/library/decimal.html#constants
Rounding modeshttps://python.github.io/python-docs-zh-tw/library/decimal.html#rounding-modes
Signalshttps://python.github.io/python-docs-zh-tw/library/decimal.html#signals
Floating-point noteshttps://python.github.io/python-docs-zh-tw/library/decimal.html#floating-point-notes
Mitigating round-off error with increased precisionhttps://python.github.io/python-docs-zh-tw/library/decimal.html#mitigating-round-off-error-with-increased-precision
特殊值https://python.github.io/python-docs-zh-tw/library/decimal.html#special-values
Working with threadshttps://python.github.io/python-docs-zh-tw/library/decimal.html#working-with-threads
Recipeshttps://python.github.io/python-docs-zh-tw/library/decimal.html#recipes
Decimal FAQhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal-faq
fractions --- 有理數https://python.github.io/python-docs-zh-tw/library/fractions.html
random --- 產生偽隨機數https://python.github.io/python-docs-zh-tw/library/random.html
簿記函式 (bookkeeping functions)https://python.github.io/python-docs-zh-tw/library/random.html#bookkeeping-functions
回傳位元組的函式https://python.github.io/python-docs-zh-tw/library/random.html#functions-for-bytes
回傳整數的函式https://python.github.io/python-docs-zh-tw/library/random.html#functions-for-integers
回傳序列的函式https://python.github.io/python-docs-zh-tw/library/random.html#functions-for-sequences
離散分布https://python.github.io/python-docs-zh-tw/library/random.html#discrete-distributions
實數分布https://python.github.io/python-docs-zh-tw/library/random.html#real-valued-distributions
替代產生器https://python.github.io/python-docs-zh-tw/library/random.html#alternative-generator
關於 Reproducibility(復現性)的注意事項https://python.github.io/python-docs-zh-tw/library/random.html#notes-on-reproducibility
範例https://python.github.io/python-docs-zh-tw/library/random.html#examples
使用方案https://python.github.io/python-docs-zh-tw/library/random.html#recipes
命令列用法https://python.github.io/python-docs-zh-tw/library/random.html#command-line-usage
命令列範例https://python.github.io/python-docs-zh-tw/library/random.html#command-line-example
statistics --- 數學統計函式https://python.github.io/python-docs-zh-tw/library/statistics.html
平均值與中央位置量數https://python.github.io/python-docs-zh-tw/library/statistics.html#averages-and-measures-of-central-location
離度 (spread) 的測量https://python.github.io/python-docs-zh-tw/library/statistics.html#measures-of-spread
兩個輸入之間的關係統計https://python.github.io/python-docs-zh-tw/library/statistics.html#statistics-for-relations-between-two-inputs
函式細節https://python.github.io/python-docs-zh-tw/library/statistics.html#function-details
例外https://python.github.io/python-docs-zh-tw/library/statistics.html#exceptions
NormalDist 物件https://python.github.io/python-docs-zh-tw/library/statistics.html#normaldist-objects
範例與錦囊妙計https://python.github.io/python-docs-zh-tw/library/statistics.html#examples-and-recipes
經典機率問題https://python.github.io/python-docs-zh-tw/library/statistics.html#classic-probability-problems
用於模擬的蒙地卡羅 (Monte Carlo) 輸入https://python.github.io/python-docs-zh-tw/library/statistics.html#monte-carlo-inputs-for-simulations
近似二項分布https://python.github.io/python-docs-zh-tw/library/statistics.html#approximating-binomial-distributions
單純貝氏分類器 (Naive bayesian classifier)https://python.github.io/python-docs-zh-tw/library/statistics.html#naive-bayesian-classifier
graphlib —-- 使用類圖 (graph-like) 結構進行操作的功能https://python.github.io/python-docs-zh-tw/library/graphlib.html
numbers --- 數值的抽象基底類別https://python.github.io/python-docs-zh-tw/library/numbers.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/library/numeric.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/numbers.html
上一頁https://python.github.io/python-docs-zh-tw/library/graphlib.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
版權所有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.