diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-06 10:43:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-06 10:43:46 +0800 |
commit | 81c04604da51829086e87b6993affbad24e02d4f (patch) | |
tree | 542a86378da425eaa4912c3eef3f94020139836f /math/Makefile | |
parent | 00f7389d50d794dbc15c8c52ff76699e04db2b75 (diff) | |
download | freebsd-ports-gnome-81c04604da51829086e87b6993affbad24e02d4f.tar.gz freebsd-ports-gnome-81c04604da51829086e87b6993affbad24e02d4f.tar.zst freebsd-ports-gnome-81c04604da51829086e87b6993affbad24e02d4f.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>
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 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 |