Mathématiques
Introduction Abs Acos acosh Asin asinh Atan Atan2 atanh base_convert BinDec Ceil Cos cosh DecBin DecHex DecOct deg2rad Exp Floor getrandmax hexdec lcg_value Log Log10 max min mt_rand mt_srand mt_getrandmax number_format OctDec pi pow rad2deg rand round Sin sinh Sqrt srand Tan tanh
Description
float atan2(float y ,float x )
atan2 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.
atan2 retourne un résultat en radians, entre -PI et PI (inclus).
Voir aussi acos et atan.