summaryrefslogtreecommitdiff
path: root/math/mapm/DESCR
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-07-22 17:33:28 +0000
committerdrochner <drochner@pkgsrc.org>2004-07-22 17:33:28 +0000
commit9373f64fde0ea53a1c9cb149e684a323921c3ce9 (patch)
tree276e2e5a398d7422883940edfa74febd7d5d8970 /math/mapm/DESCR
parent488afb46334465d63d53e2f967f6242f0d63d7cf (diff)
downloadpkgsrc-9373f64fde0ea53a1c9cb149e684a323921c3ce9.tar.gz
import mapm-4.9.2, another Arbitrary Precision Math library
(pretty complete, what I'm missing is just better rounding and conversion support)
Diffstat (limited to 'math/mapm/DESCR')
-rw-r--r--math/mapm/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/math/mapm/DESCR b/math/mapm/DESCR
new file mode 100644
index 00000000000..fae7a365222
--- /dev/null
+++ b/math/mapm/DESCR
@@ -0,0 +1,8 @@
+Mike's Arbitrary Precision Math Library is a set of functions that
+allow the user to perform math to any level of accuracy that is
+desired.
+This library
+will perform the following functions to any desired precision level :
+SQRT, CBRT, SIN, COS, TAN, ARC-SIN, ARC-COS, ARC-TAN, ARC-TAN2, LOG,
+LOG10, EXP, POW, SINH, COSH, TANH, ARC-SINH, ARC-COSH, ARC-TANH, and
+also FACTORIAL.