diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-02-03 12:47:33 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2010-02-03 12:47:33 +0000 |
commit | 39342e3318ab2bb19cff315e5655ce6c3daee8ae (patch) | |
tree | a2d3477a3a7e1627ba9366429da74128db3bfce2 /math/Makefile | |
parent | 33e59342ef767580f38ddf314d0ebfe51c874628 (diff) | |
download | ports-39342e3318ab2bb19cff315e5655ce6c3daee8ae.tar.gz ports-39342e3318ab2bb19cff315e5655ce6c3daee8ae.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/
Notes
Notes:
svn path=/head/; revision=249168
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+ |