File: control

package info (click to toggle)
uncertainties 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 396 kB
  • sloc: python: 3,156; makefile: 21
file content (34 lines) | stat: -rw-r--r-- 1,167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: uncertainties
Section: python
Priority: optional
Maintainer: David Paleino <dapal@debian.org>
Uploaders: Federico Ceratto <federico.ceratto@gmail.com>
DM-Upload-Allowed: yes
Build-Depends:
 debhelper (>= 8.0.0~)
 , python-all (>= 2.6.6-3~)
 , python-numpy
 , python-nose
Standards-Version: 3.9.2
X-Python-Version: >= 2.3
Homepage: http://packages.python.org/uncertainties/
Vcs-Git: git://git.debian.org/git/collab-maint/uncertainties.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/uncertainties.git

Package: python-uncertainties
Architecture: all
Depends:
 ${misc:Depends}
 , ${python:Depends}
Recommends: python-numpy
Description: Python module for calculations with uncertainties
 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.