std::atan2<div class="t-tr-text">(Std :: valarray)<div class="t-tr-dropdown"><div><div><div class="t-tr-dropdown-arrow-border"></div><div class="t-tr-dropdown-arrow"></div><div class="t-tr-dropdown-h">Original:</div><div class="t-tr-dropdown-orig">(std::valarray)</div><div class="t-tr-dropdown-notes">The text has been machine-translated via [http://translate.google.com Google Translate].<br/> You can help to correct and verify the translation. Click [http://en.cppreference.com/w/Cppreference:MachineTranslations here] for instructions.</div></div></div></div></div>
![]() |
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 <valarray>
|
||
template< class T > valarray<T> atan2( const valarray<T>& y, const valarray<T>& x ); |
(1) | |
template< class T > valarray<T> atan2( const valarray<T>& y, const T& vx ); |
(2) | |
template< class T > valarray<T> atan2( const T& vy, const valarray<T>& x ); |
(3) | |
y/x
usando os sinais de argumentos para determinar corretamente quadrante.y/x
using the signs of arguments to correctly determine quadrant.You can help to correct and verify the translation. Click here for instructions.
y
e x
.y
and x
.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.
vx
e cada valor na y
matriz numérica.vx
and each value in the numeric array y
.You can help to correct and verify the translation. Click here for instructions.
vy
e cada valor na x
matriz numérica.vy
and each value in the numeric array x
.You can help to correct and verify the translation. Click here for instructions.
Índice |
[editar] Parâmetros
x, y | - | matrizes numéricas para calcular a tangente inversa do
Original: numeric arrays to compute inverse tangent of The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
vy, vx | - | para calcular os valores de tangente inversa
Original: values to compute inverse tangent of 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
You can help to correct and verify the translation. Click here for instructions.
[editar] Notas
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.
- Todas as funções const membros std::valarray são fornecidos.Original:All const member functions of std::valarray are provided.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - std::valarray, std::slice_array, std::gslice_array, std::mask_array std::indirect_array e pode ser construído a partir do tipo de reposição.Original:std::valarray, std::slice_array, std::gslice_array, std::mask_array and std::indirect_array can be constructed from the replacement type.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - Todas as funções de aceitar um argumentos de const std::valarray& tipo devem também aceitar o tipo de substituição.Original:All functions accepting a arguments of type const std::valarray& should also accept the replacement type.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions. - Todas as funções que aceitam dois argumentos do tipo const std::valarray& deve aceitar todas as combinações de const std::valarray& e do tipo de substituição.Original:All functions accepting two arguments of type const std::valarray& should accept every combination of const std::valarray& and the replacement type.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
-
[editar] Exemplo
Esta seção está incompleta Motivo: sem exemplo |
[editar] Veja também
arco tangente, usando sinais para determinar quadrantes Original: arc tangent, using signs to determine quadrants The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (função) |