Интерактивная система просмотра системных руководств (man-ов)
cosh (3)
cosh (3) ( Solaris man: Библиотечные вызовы )>> cosh (3) ( FreeBSD man: Библиотечные вызовы ) cosh (3) ( Русские man: Библиотечные вызовы ) cosh (3) ( Linux man: Библиотечные вызовы ) cosh (3) ( POSIX man: Библиотечные вызовы )
BSD mandoc
NAME
cosh
coshf
- hyperbolic cosine functions
LIBRARY
Lb libm
SYNOPSIS
#include <math.h>
double
cosh (double x);
float
coshf (float x);
DESCRIPTION
The
cosh ();
and the
coshf ();
functions compute the hyperbolic cosine of
Fa x .
SEE ALSO
acos(3),
asin(3),
atan(3),
atan2(3),
cos(3),
math(3),
sin(3),
sinh(3),
tan(3),
tanh(3)
STANDARDS
The
cosh ();
function conforms to
St -isoC .
Index
- NAME
-
- LIBRARY
-
- SYNOPSIS
-
- DESCRIPTION
-
- SEE ALSO
-
- STANDARDS
-