From 77eaf7fcfc6e9c470a4a97a793cab446ebbdb155 Mon Sep 17 00:00:00 2001 From: drochner Date: Thu, 22 Jul 2004 17:33:28 +0000 Subject: import mapm-4.9.2, another Arbitrary Precision Math library (pretty complete, what I'm missing is just better rounding and conversion support) --- math/mapm/DESCR | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 math/mapm/DESCR (limited to 'math/mapm/DESCR') 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. -- cgit v1.2.3