diff options
author | Sébastien Fabbro <bicatali@gentoo.org> | 2016-12-06 00:36:43 +0000 |
---|---|---|
committer | Sébastien Fabbro <bicatali@gentoo.org> | 2016-12-06 00:41:08 +0000 |
commit | 6559c903eb05bd0bdae2a4d356d0260b4e7f1b36 (patch) | |
tree | a1991beb7f3037c63d8e2a713255089d98231b49 /dev-python/uncertainties/metadata.xml | |
parent | dev-python/gwcs: initial import (diff) | |
download | gentoo-6559c903eb05bd0bdae2a4d356d0260b4e7f1b36.tar.gz gentoo-6559c903eb05bd0bdae2a4d356d0260b4e7f1b36.tar.bz2 gentoo-6559c903eb05bd0bdae2a4d356d0260b4e7f1b36.zip |
dev-python/uncertainties: initial import
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-python/uncertainties/metadata.xml')
-rw-r--r-- | dev-python/uncertainties/metadata.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/uncertainties/metadata.xml b/dev-python/uncertainties/metadata.xml new file mode 100644 index 000000000000..a24d72178d1b --- /dev/null +++ b/dev-python/uncertainties/metadata.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>sci@gentoo.org</email> + <name>Gentoo Science Project</name> + </maintainer> + <longdescription lang="en"> + uncertainties is a Python 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. + </longdescription> + <upstream> + <remote-id type="pypi">uncertainties</remote-id> + </upstream> +</pkgmetadata> |