logl.c

Libc implementation of logl

Author

Marcel Sondaar

License

Public Domain

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

Functions

logl

long double logl(long double x)

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

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