Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Datan_basic.phpt25 $atan2 = 360 * atan(0.57735026918963) / (2.0 * M_PI);
26 var_dump($atan2);
27 if (allowed_rounding_error($atan2 ,30 )) {
H A Datan2_basic.phpt2 Test atan2() - basic function test of atan2()
33 $res = atan2($valuesy[$i], $valuesx[$j]);
H A Datan2_basiclong_64bit.phpt2 Test atan2 function : 64bit long tests
29 var_dump(atan2($longVal, $otherVal));
/php-src/ext/date/lib/
H A Dastro.c52 #define atan2d(y,x) (RADEG*atan2(y,x))
/php-src/ext/standard/
H A Dmath.c431 PHP_FUNCTION(atan2) in PHP_FUNCTION() argument
439 RETURN_DOUBLE(atan2(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3165 function atan2(float $y, float $x): float {}
H A Dbasic_functions_arginfo.h2761 ZEND_FUNCTION(atan2);
/php-src/ext/gd/libgd/
H A Dgd.c1051 double ac = cos (atan2 (dy, dx)); in gdImageLine()
1115 double as = sin (atan2 (dy, dx)); in gdImageLine()
1305 double as = sin(atan2(dy, dx)); in gdImageDashedLine()
1354 double as = sin (atan2 (dy, dx)); in gdImageDashedLine()

Completed in 62 milliseconds