ctanhf, ctanh, ctanhl
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<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
| Esta seção está incompleta Motivo: sem 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) |
(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) |