diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/mpexpr | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | ports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
Notes
Diffstat (limited to 'math/mpexpr')
-rw-r--r-- | math/mpexpr/pkg-descr | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/math/mpexpr/pkg-descr b/math/mpexpr/pkg-descr index 1f9b6ede0a45..76efb487075b 100644 --- a/math/mpexpr/pkg-descr +++ b/math/mpexpr/pkg-descr @@ -1,9 +1,9 @@ -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 +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. +number of digits to the right of the decimal point. Mpformat works much like Tcl's 'format', except it formats multiple precision numbers in a variety of formats. |