Libapmath 0.3 review

Download
by rbytes.net on

Libapmath is a C++ arbitrary precision math library designed to be as convenient as possible, besides performing well. The approac

License: BSD License
File size: 59K
Developer: Stian Flage Johnsen
0 stars award from rbytes.net

Libapmath is a C++ arbitrary precision math library designed to be as convenient as possible, besides performing well.

The approach taken is that of choosing names like those in < cmath > and implementing all arithmetic by overloading of operators.

Here are some key features of "Libapmath":
Real and complex arithmetic
Trigonometric, exponential functions and many more for real and complex domain and range
Some common constants

Requirements:
libstdc++5 (incl. headers, developed on version GNU 3.3)
libc6 (incl. headers, developed on GNU 2.3.2)

What's New in This Release:
A new, more efficient implementation of Karatsuba multiplication.
Big number multiplication based on discrete Fourier transformation (e.g. available with CXXFLAGS="-D__APMATH_FOURIER -O3").
A new Pi algorithm.

Libapmath 0.3 keywords