MicrOS
|
#include "../math.h"
Functions | |
float | log1pf (float x) |
Compute natural logarithm of value + 1. More... | |
float log1pf | ( | float | x | ) |
Compute natural logarithm of value + 1.
The log1pf functions compute the base-e (natural) logarithm of 1 plus the argument. A domain error occurs if the argument is less than −1. A pole error may occur if the argument equals −1.
x | Value whose logarithm is calculated. |