cosh

cosh, coshf, coshl

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