cpp/numeric/complex/sinh: differenze tra le versioni
Da cppreference.com.
(Translated from the English version using Google Translate) |
m (Use {{lc}}. Update links. Various fixes.) |
||
(2 revisioni intermedie di 2 utenti non mostrate) | |||
Riga 10: | Riga 10: | ||
===Parametri=== | ===Parametri=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| z |{{tr| valore complesso| complex value}}}} |
− | {{ | + | {{end}} |
===Valore di ritorno=== | ===Valore di ritorno=== | ||
Riga 18: | Riga 18: | ||
===Vedi anche=== | ===Vedi anche=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/numeric/complex/sin}} |
− | {{ | + | {{| cpp/numeric/complex/asin}} |
− | {{ | + | {{end}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Versione attuale delle 14:32, 2 lug 2013
![]() |
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. |
Elemento definito nell'header <complex>
|
||
template< class T > complex<T> sinh( const complex<T>& z ); |
(dal C++11) | |
Calcola complesso seno iperbolico di un valore complesso
z
. Original:
Computes complex hyperbolic sine of a complex value
z
. The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
[modifica] Parametri
z | - | valore complesso
Original: complex value The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[modifica] Valore di ritorno
Complesso seno iperbolico di
z
Original:
Complex hyperbolic sine of
z
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.