![]() |
log10 | Function (ROM Call 0x101*) |
math.h, timath.h |
float log10 (float x); |
Floating point logarithm, base 10.
log10 returns the base 10 logarithm of floating point argument x.
Note: log will return NEGATIVE_INF if the argument is
zero, or NAN if the argument is negative.