cacoshf, cacosh, cacoshl
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody>| Elemento definito nell'header <complex.h>
|
||
float complex cacoshf( float complex z ); |
||
doulbe complex cacosh( double complex z ); |
||
long double complex cacoshl( long double complex z ); |
||
Computes the complex arc hyperbolic cosine of z with branch cuts outside the values less than 1 along the real axis.
Parametri
| z | - | argomento complesso
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. |
Valore di ritorno
The complex arc hyperbolic cosine of z in the interval [0; ∞) along the real axis and in the interval [−iπ; +iπ] along the imaginary axis.
Esempio
| This section is incomplete Reason: no example |
Vedi anche
(C99) (C99) (C99) |
calcola il seno iperbolico complesso arco Original: computes the complex arc hyperbolic sine The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (funzione) |
(C99) (C99) (C99) |
computes the complex arc hyperbolic tangent (funzione) |