log10

log10, log10f, log10l

Defined in header <math.h>
float       log10f( float arg );
(1) (since C99)
double      log10( double arg );
(2)
long double log10l( long double arg );
(3) (since C99)
Defined in header <tgmath.h>
#define log10( arg )
(4) 登录查看完整内容