Displaying 2 results from an estimated 2 matches for "bipm".
Did you mean:
biom
2014 Sep 30
0
[Bug 10847] New: inconsistent units should be unified and follow SI/IEC standard
...the user for
an option? --iec --si) and wite a short note in the man page like 1 kB = 1000
Byte
or 1 KiB = 1024 B.
* to note "seconds" with the SI symbol "s" [3]
[1] http://en.wikipedia.org/wiki/Metric_prefix
[2] http://physics.nist.gov/cuu/Units/binary.html
[3] http://www.bipm.org/en/measurement-units/
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
2010 Sep 09
5
Calculating with tolerances (error propagation)
Hello Bernardo,
---------
If I understood your problem this script solve your problem:
q<-0.15 + c(-.1,0,.1)
h<-10 + c(-.1,0,.1)
5*q*h
[1] 2.475 7.500 12.625
---------
OK, this solves the simple example.
But what if the example is not that simple. E.g.
P = 5 * q/h
Here, to get the maximum tolerances for P, we need to divide the maximum
value for q by the minimum value for h, and