logf.c

Libc implementation of logf

Author

Marcel Sondaar

License

Public Domain

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

Functions

logf

float logf(float x)

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

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