diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 02:43:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 02:43:46 +0000 |
commit | feccf6245d1246d16a9e5d7c3179023490cdc00d (patch) | |
tree | e64c4ca11248eb9555704527850edf793cfd5cd1 /math/mpexpr/distinfo | |
parent | 330f88d2c3f231a52fc4d9c0c9753a20e3f2e082 (diff) |
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/mpexpr/distinfo')
-rw-r--r-- | math/mpexpr/distinfo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/mpexpr/distinfo b/math/mpexpr/distinfo new file mode 100644 index 000000000000..87bfa15fa9dc --- /dev/null +++ b/math/mpexpr/distinfo @@ -0,0 +1 @@ +MD5 (mpexpr-1.0.tar.gz) = 7978df5a42de32215b0d2f559cd55071 |