cos

cos, cosf, cosl

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