MicrOS
|
#include "../math.h"
Functions | |
long double | log10l (long double x) |
Compute 10 based logarithm. More... | |
long double log10l | ( | long double | x | ) |
Compute 10 based logarithm.
The log10l functions compute the base-10 (common) 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. |