diff options
author | wen <wen@FreeBSD.org> | 2012-02-02 20:56:00 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-02-02 20:56:00 +0800 |
commit | 2b147b3cb590d989d82e6ed072e5dfd852a2a34b (patch) | |
tree | 44b876b5064eccee7119b2ec4f2dfbd4169560ca /math/Makefile | |
parent | 0e27cdec194407d6e2d23e8dbeed7d1635c9a9de (diff) | |
download | freebsd-ports-gnome-2b147b3cb590d989d82e6ed072e5dfd852a2a34b.tar.gz freebsd-ports-gnome-2b147b3cb590d989d82e6ed072e5dfd852a2a34b.tar.zst freebsd-ports-gnome-2b147b3cb590d989d82e6ed072e5dfd852a2a34b.zip |
This library provides implementations of special mathematical functions
and Chebyshev polynomials. These functions are often useful in statistical
and numerical computing.
WWW: https://github.com/bos/math-functions
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 7f63f1245262..b7b3dd4875b6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -144,6 +144,7 @@ SUBDIR += hs-contravariant SUBDIR += hs-distributive SUBDIR += hs-erf + SUBDIR += hs-math-functions SUBDIR += hs-mwc-random SUBDIR += hs-pointed SUBDIR += hs-probability |