summaryrefslogtreecommitdiff
path: root/math/mapm/DESCR
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-22 17:33:28 +0000
committerdrochner <drochner>2004-07-22 17:33:28 +0000
commit77eaf7fcfc6e9c470a4a97a793cab446ebbdb155 (patch)
tree276e2e5a398d7422883940edfa74febd7d5d8970 /math/mapm/DESCR
parent44f96822dfd58f9849ad453139403a54fe4c2504 (diff)
downloadpkgsrc-77eaf7fcfc6e9c470a4a97a793cab446ebbdb155.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.