Diferenças entre edições de "cpp/numeric/complex/sin"
Da cppreference.com
(Translated from the English version using Google Translate) |
m (Use {{lc}}. Update links. Various fixes.) |
||
(2 edições intermédias de 2 utilizadores não apresentadas) | |||
Linha 10: | Linha 10: | ||
===Parâmetros=== | ===Parâmetros=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| z |{{tr| valor complexo| complex value}}}} |
− | {{ | + | {{end}} |
===Valor de retorno=== | ===Valor de retorno=== | ||
Linha 18: | Linha 18: | ||
===Veja também=== | ===Veja também=== | ||
− | {{ | + | {{begin}} |
− | {{ | + | {{| cpp/numeric/complex/cos}} |
− | {{ | + | {{| cpp/numeric/complex/tan}} |
− | {{ | + | {{end}} |
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ |
Edição actual desde as 09h58min de 2 de julho de 2013
![]() |
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. |
Definido no cabeçalho <complex>
|
||
template< class T > complex<T> sin( const complex<T>& z ); |
||
Calcula sinusoidal complexa de um valor complexo
z
.Original:
Computes complex 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.
[editar] Parâmetros
z | - | valor complexo
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. |
[editar] Valor de retorno
Sine complexo de
z
.Original:
Complex 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.
[editar] Veja também
calcula cosseno de um número complexo (cos(z)) Original: computes cosine of a complex number (cos(z)) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (modelo de função) | |
calcula tangente de um número complexo (tan(z)) Original: computes tangent of a complex number (tan(z)) The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (modelo de função) |