MathLib is a Palm(tm) device shared library that makes complete sets of IEEE-754 double-precision math functions available to other handheld applications.
These functions use standard routines normally accessed by including "math.h" on other systems, including:
Trigonometry (with inverse and hyperbolic functions);
Logarithms;
Exponentiation;
Other miscellaneous helper functions.
The routines have been ported from the GCC 2.7.2.2 source code for libm.a, so this library is free software, covered by the GNU General Public License. |