diff options
author | maho <maho@FreeBSD.org> | 2007-03-27 10:36:33 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-03-27 10:36:33 +0800 |
commit | 5c7b64454793bc4fa1c1e17c78be5b3529367a60 (patch) | |
tree | 952f48e67edee256711ee3a8d9783a1c4ba9efdf /math/Makefile | |
parent | bc2b375e9e12679d503e2cdc9fef8c8d6155ea4c (diff) | |
download | freebsd-ports-gnome-5c7b64454793bc4fa1c1e17c78be5b3529367a60.tar.gz freebsd-ports-gnome-5c7b64454793bc4fa1c1e17c78be5b3529367a60.tar.zst freebsd-ports-gnome-5c7b64454793bc4fa1c1e17c78be5b3529367a60.zip |
math/qd, a new port:
A Double-Double and Quad-Double Arithmetic library.
Double-double and quad-double numbers are unevaluated sum of
two and four IEEE doubles capable of representing 106 and 212 bits
of significand, respectively. The library is written in C++, taking full
advantage of operator overloading. C, Fortran 77, and Fortran 90 interfaces
are also provided.
This work was done at Lawrence Berkeley National Laboratory,
NERSC Division, Yozo Hida with Xiaoye S. Li and David H. Bailey.
WWW: http://www.cs.berkeley.edu/~yozo/
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6d5dbbe7fe8f..93723dff8255 100644 --- a/math/Makefile +++ b/math/Makefile @@ -303,6 +303,7 @@ SUBDIR += py-probstat SUBDIR += py-scientific SUBDIR += qalculate + SUBDIR += qd SUBDIR += qgfe SUBDIR += qhull SUBDIR += qscanplot |