Re: source for math functions?



Thank you Alan -
Alan Curry wrote:

Those functions are in libm, which is distributed as part of the glibc
package, or whatever other libc implementation you use. A lot of them are
written in assembly code to take advantage of FPU instructions, so there is a
separate implementation for each processor type.

.