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. |
<metanoindex/>
<tbody> </tbody>| 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.
x.size() != y.size().x.size() != y.size().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.
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. |
Valor de retorno
You can help to correct and verify the translation. Click here for instructions.
Notas
atan2) é usado para executar o cálculo. Se essa função não estiver disponível, std::atan2 é utilizado devido ao argumento de pesquisa dependente.atan2) is used to perform the computation. If such function is not available, std::atan2 is used due to argument dependent lookup.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
constmembros std::valarray são fornecidos.Original:Allconstmember 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_arraystd::indirect_arraye pode ser construído a partir do tipo de reposição.Original:std::valarray,std::slice_array,std::gslice_array,std::mask_arrayandstd::indirect_arraycan 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 typeconst 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 deconst std::valarray&e do tipo de substituição.Original:All functions accepting two arguments of typeconst std::valarray&should accept every combination ofconst 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.
Exemplo
| Esta seção está incompleta Motivo: sem exemplo |
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) | |