Home
last modified time | relevance | path

Searched refs:atan (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/standard/tests/math/
H A Datan_basic.phpt2 Test return type and value for expected input atan()
14 echo "atan 1.7320508075689 = ";
15 $atan1 = 360 * atan(1.7320508075689) / (2.0 * M_PI);
24 echo "atan 0.57735026918963 = ";
25 $atan2 = 360 * atan(0.57735026918963) / (2.0 * M_PI);
36 atan 1.7320508075689 = float(%f)
38 atan 0.57735026918963 = float(%f)
H A Datan_variation.phpt2 Test variations in usage of atan()
12 //Test atan with a different input values
28 $res = atan($values[$i]);
H A Datan_basiclong_64bit.phpt2 Test atan function : 64bit long tests
24 var_dump(atan($longVal));
/php-src/ext/date/lib/
H A Dastro.c49 #define atand(x) (RADEG*atan(x))
/php-src/ext/standard/
H A Dmath.c419 PHP_FUNCTION(atan) in PHP_FUNCTION() argument
426 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3159 function atan(float $num): float {}
H A Dbasic_functions_arginfo.h2759 ZEND_FUNCTION(atan);

Completed in 36 milliseconds