description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: ccosh, ccoshf, ccoshl |
ccosh, ccoshf, ccoshl |
11/04/2016 |
|
|
|
|
|
|
79667449-4edf-4948-bf6b-720adf2b3f3b |
Retrieves the hyperbolic cosine of a complex number.
_Dcomplex ccosh(
_Dcomplex z
);
_Fcomplex ccosh(
_Fcomplex z
); // C++ only
_Lcomplex ccosh(
_Lcomplex z
); // C++ only
_Fcomplex ccoshf(
_Fcomplex z
);
_Lcomplex ccoshl(
_Lcomplex z
);
z
A complex number that represents the angle, in radians.
The hyperbolic cosine of z, in radians.
Because C++ allows overloading, you can call overloads of ccosh that take and return _Fcomplex and _Lcomplex values. In a C program, ccosh always takes and returns a _Dcomplex value.
Routine | C header | C++ header |
---|---|---|
ccosh, ccoshf, ccoshl | <complex.h> | <ccomplex> |
For more compatibility information, see Compatibility.
Alphabetical Function Reference
catanh, catanhf, catanhl
ctanh, ctanhf, ctanhl
catan, catanf, catanl
csinh, csinhf, csinhl
casinh, casinhf, casinhl
cacosh, cacoshf, cacoshl
cacos, cacosf, cacosl
ctan, ctanf, ctanl
csin, csinf, csinl
casin, casinf, casinl
ccos, ccosf, ccosl
csqrt, csqrtf, csqrtl