MicrOS
|
#include "../math.h"
Functions | |
double | log10 (double x) |
Compute 10 based logarithm. More... | |
double log10 | ( | double | x | ) |
Compute 10 based logarithm.
The log10 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. |