科學計算套件 – Python
內建套件
- numbers – https://docs.python.org/3.8/library/numbers.html
- math – https://docs.python.org/3.8/library/math.html
- cmath (複數) – https://docs.python.org/3.8/library/cmath.html
- decimal – https://docs.python.org/3.8/library/decimal.html
- fractions (有理數/分數) – https://docs.python.org/3.8/library/fractions.html
- random – https://docs.python.org/3/library/random.html
- statistics – https://docs.python.org/3/library/statistics.html