MicrOS
|
#include "../math.h"
Functions | |
float | logf (float x) |
Compute natural logarithm. More... | |
float logf | ( | float | x | ) |
Compute natural logarithm.
The logf functions compute the base-e (natural) logarithm of x. A domain error occurs if the argument is negative. A pole error may occur if the argument is zero.
x | Value whose logarithm is calculated. |