log

log, logf, logl

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