2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-08 00:00:13 +03:00
Files
gentoo/dev-python/uncertainties/metadata.xml
Michał Górny a8d4590fcb dev-python/uncertainties: Update homepage
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-05-19 13:47:15 +02:00

28 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</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="github">lmfit/uncertainties</remote-id>
<remote-id type="pypi">uncertainties</remote-id>
</upstream>
</pkgmetadata>