[ 源代码: uncertainties ]
软件包:python3-uncertainties(3.0.2.github-2)
python3-uncertainties 的相关链接
Debian 的资源:
下载源码包 uncertainties:
- [uncertainties_3.0.2.github-2.dsc]
- [uncertainties_3.0.2.github.orig.tar.gz]
- [uncertainties_3.0.2.github-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [packages.python.org]
相似软件包:
Python3 module for calculations with uncertainties
uncertainties is a Python3 module, which allows calculations such as
(0.2 +/- 0.01) * 2 = 0.4 +/- 0.02
to be performed transparently; much more complex mathematical expressions involving numbers with uncertainties can also be evaluated transparently.
Correlations between expressions are correctly taken into account; x-x is thus exactly zero, for instance. The uncertainties produced by this module are what is predicted by error propagation theory.
其他与 python3-uncertainties 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- rec: python3-numpy
- Fast array facility to the Python 3 language