tanh

tanh, tanhf, tanhl

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