mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
808 B
Plaintext
16 lines
808 B
Plaintext
This class is a container class for numbers with a number of associated
|
|
symmetric and asymmetric errors. It overloads practically all common
|
|
arithmetic operations and trigonometric functions to propagate the errors.
|
|
It can do proper scientific rounding (as explained in more detail below in
|
|
the documentation of the significant_digit() method).
|
|
|
|
You can use Math::BigFloat objects as the internal representation of
|
|
numbers in order to support arbitrary precision calculations.
|
|
|
|
Errors are propagated using Gaussian error propagation.
|
|
|
|
With a notable exception, the test suite covers way over ninety percent of
|
|
the code. The remaining holes are mostly difficult-to-test corner cases
|
|
and sanity tests. The comparison routines are the exception for which
|
|
there will be more extensive tests in a future release.
|