Description by Publisher
MAPM is an Arbitrary Precision Math Library written in C. This library
has math functions typically found in math.h. The library has the
obvious add, subtract, multiply, and divide. It also has the following
math functions: SQRT, CBRT, SIN, COS, TAN, ARC-SIN, ARC-COS, ARC-TAN,
ARC-TAN2, LOG, LOG10, EXP, POW, Hyperbolic functions, and FACTORIAL.
Since the library supports math.h type functions, it has a slant
towards floating point math (as opposed to integers). However, this
library may also perform integer only math if so desired. The library
has a FFT based fast multiplication algorithm that has O(N * log2(N))
growth. The library also has a C++ wrapper class for easier usage:
MAPM x,y; y = 3.2 * sin(x);, etc.
Special requirements: C compiler.
Changes: Added many new functions and optimizations.
mapm-48.zip has replaced mapm-356.zip.
Freeware. Uploaded by the author.
Michael C. Ring
ringx004@tc.umn.edu
------------------------------