log.c

Libc implementation of log

Author

Marcel Sondaar

License

Public Domain

Summary
log.cLibc implementation of log
Functions
logcomputes and returns the natural logarithm of x (using a taylor expansion)

Functions

log

double log(double x)

computes and returns the natural logarithm of x (using a taylor expansion)

double log(double x)
computes and returns the natural logarithm of x (using a taylor expansion)