Espaços nominais
Variantes
Ações

ctanhf, ctanh, ctanhl

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 ctanhf( float complex z );
doulbe complex ctanh( double complex z );
long double complex ctanhl( long double complex z );

Computes the complex hyperbolic tangent of z.

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

The complex hyperbolic tangent of z.

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)
calcula o complexo co-seno hiperbólico
Original:
computes the complex hyperbolic cosine
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]