Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/standard/tests/math/
H A Datan_basic.phpt26 $atan2 = 360 * atan(0.57735026918963) / (2.0 * M_PI);
27 var_dump($atan2);
28 if (allowed_rounding_error($atan2 ,30 )) {
H A Datan2_basic.phpt2 Test atan2() - basic function test of atan2()
35 $res = atan2($valuesy[$i], $valuesx[$j]);
H A Datan2_basiclong_64bit.phpt2 Test atan2 function : 64bit long tests
27 var_dump(atan2($longVal, $otherVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h37 PHP_FUNCTION(atan2);
H A Dmath.c484 PHP_FUNCTION(atan2) in PHP_FUNCTION() argument
492 RETURN_DOUBLE(atan2(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.c2942 PHP_FE(atan2, arginfo_atan2)
/PHP-7.4/ext/date/lib/
H A Dastro.c52 #define atan2d(y,x) (RADEG*atan2(y,x))
/PHP-7.4/ext/gd/libgd/
H A Dgd.c1081 double ac = cos (atan2 (dy, dx)); in gdImageLine()
1145 double as = sin (atan2 (dy, dx)); in gdImageLine()
1335 double as = sin(atan2(dy, dx)); in gdImageDashedLine()
1384 double as = sin (atan2 (dy, dx)); in gdImageDashedLine()

Completed in 42 milliseconds