Espaços nominais
Variantes
Ações

ccoshf, ccosh, ccoshl

De cppreference.com

<metanoindex/>

 
 
 
Aritmética número complexo
Tipos e constantes do imaginário
Original:
Types and the imaginary constant
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Manipulação
Original:
Manipulation
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Poder e funções exponenciais
Original:
Power and exponential functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Funções trigonométricas
Original:
Trigonometric functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Funções hiperbólicas
Original:
Hyperbolic functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
<tbody> </tbody>
Definido no cabeçalho <complex.h>
float complex ccoshf( float complex z );
doulbe complex ccosh( double complex z );
long double complex ccoshl( long double complex z );
Calcula o cosseno hiperbólico complexo de z.
Original:
Computes the complex hyperbolic cosine of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Parâmetros

z -
argumento complexo
Original:
complex argument
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Valor de retorno

O cosseno hiperbólico complexo de z.
Original:
The complex hyperbolic cosine of z.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Exemplo

Veja também

(C99)
(C99)
(C99)
calcula o seno hiperbólico complexo
Original:
computes the complex hyperbolic sine
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(função) [edit]
(C99)
(C99)
(C99)
computes the complex hyperbolic tangent
(função) [edit]