Renesas Electronics
log10 functions
[Syntax]
double log10(double x)
float log10f(float x)
[Description]
These functions calculate the common logarithm of x with 10 as the base.
[Special case]
Condition
Return value
Exception
x<0
NaN
EDOM
x==0
-∞
ERANGE