cmathl
cmathl copied to clipboard
A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.
The main idea is to generate the header files to be installed in the system after detecting the **optimal configuration** for the machine. For this it is suggested to see...
# Running Statistics I want to start the development of the module to compute running statistics. The truth is that at the moment I have no plans to implement anything...
# One Dimensional Root-Finding ## Feature Currently I am developing the routines for finding roots of arbitrary one-dimensional functions. The idea is to offer simple functions that allow it, without...