Searched refs:atan (Results 1 – 7 of 7) sorted by relevance
2 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)
2 Test variations in usage of atan()12 //Test atan with a different input values29 $res = atan($values[$i]);
2 Test atan function : 64bit long tests24 var_dump(atan($longVal));
49 #define atand(x) (RADEG*atan(x))
377 PHP_FUNCTION(atan) in PHP_FUNCTION() argument384 RETURN_DOUBLE(atan(num)); in PHP_FUNCTION()
1049 function atan(float $num): float {} function
2657 ZEND_FUNCTION(atan);3297 ZEND_FE(atan, arginfo_atan)
Completed in 35 milliseconds