diff options
author | gabor <gabor@FreeBSD.org> | 2010-02-03 20:47:33 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2010-02-03 20:47:33 +0800 |
commit | 786455d20b16df49969a45233291e915fa78a7fa (patch) | |
tree | ae7ac69d6c0b58a52087d17a385d04bf13f9bcda /math/Makefile | |
parent | 25cad49608577761ec520625aeffd188300a1d0a (diff) | |
download | freebsd-ports-gnome-786455d20b16df49969a45233291e915fa78a7fa.tar.gz freebsd-ports-gnome-786455d20b16df49969a45233291e915fa78a7fa.tar.zst freebsd-ports-gnome-786455d20b16df49969a45233291e915fa78a7fa.zip |
bc is an arbitrary precision numeric processing language. Syntax is similar
to C but differs in many substantial areas. It supports interactive execution
of statements. The bc utility is included in the POSIX 1003.1-2008 standard.
WWW: http://www.gnu.org/software/bc/
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 44a256a2dc6e..15586fd36e5b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -99,6 +99,7 @@ SUBDIR += gmm++ SUBDIR += gmp SUBDIR += gmp-ecm + SUBDIR += gnubc SUBDIR += gnumeric SUBDIR += gnuplot SUBDIR += gnuplot+ |