aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 02:43:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-06 02:43:46 +0000
commitfeccf6245d1246d16a9e5d7c3179023490cdc00d (patch)
treee64c4ca11248eb9555704527850edf793cfd5cd1 /math/Makefile
parent330f88d2c3f231a52fc4d9c0c9753a20e3f2e082 (diff)
downloadports-feccf6245d1246d16a9e5d7c3179023490cdc00d.tar.gz
ports-feccf6245d1246d16a9e5d7c3179023490cdc00d.zip
new port for mpexpr
Mpexpr adds two new commands to Tcl, 'mpexpr' and 'mpformat'. Mpexpr works much like Tcl's native 'expr', but does all calculations using an arbitrary precision math package. Mpexpr numbers can be any number of digits, with any decimal precision. Final precision is controlled by a Tcl variable 'mp_precision', which can be any reasonable integer, limiting only the number of digits to the right of the decimal point. PR: ports/48764 Submitted by: chein@GeekDude.com <chein@GeekDude.Com>
Notes
Notes: svn path=/head/; revision=90359
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index e48a1543d4c1..6ebb3daa53af 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -79,6 +79,7 @@
SUBDIR += matrix
SUBDIR += maxima
SUBDIR += metis
+ SUBDIR += mpexpr
SUBDIR += mprime
SUBDIR += mtl
SUBDIR += mtrxmath