atan2
description
This function calculates the arc tangent of the two variables $x and $y. It is similar to calculating the arc tangent of $y / $x, except that the signs of both arguments are used to determine the quadrant of the result.
The function returns the result in radians, which is between -PI and PI (inclusive).
Diese Funktion berechnet den Arkustangens von $x / $y. Im Gegensatz zu atan() kann sie dabei die Vorzeichen beider Parameter beachten und so den Quadranten des Ergebnisses bestimmen.
Die Funktion gibt das Ergebnis im Bogenmaß zurück, d.h. zwischen -PI und PI (inklusive).
Esta función calcula el arco tangente de las dos variables $x y $y. Es similar a calcular el arco tangente de $y / $x, excepto que los signos de ambos argumentos son usados para determinar el cuadrante del resultado.
La función devuelve el resultado en radianes, que se encuentra entre -PI y PI (inclusive).
Retourne l'arc tangent de deux variables $x et $y. La formule est : " arc tangent ($y / $x ) ", et les signes des arguments sont utilisés pour déterminer le quadrant du résultat.
Cette fonction retourne un résultat en radians, entre -PI et PI (inclus).
Esta função calcula a tangente inversa de duas variaveis $x e $y. Esta função é o equivalente a calcular a tangente inversa de $y / $x, exceto que os sinais de ambos os argumentos são usados para determinar o quadrante do resultado.
Esta função retorna o resultado em radianos, estando entre -PI e PI (inclusive).
declaration of atan2
float atan2 ( float $y , float $x )
test atan2 online
bookmark atan2
comments for atan2
be the first
No comments so far for atan2(). Leave yours as first below.
