Searched refs:asin (Results 1 – 7 of 7) sorted by relevance
2 Test return type and value for expected input asin()17 echo "asin .5 = ";18 $asinv1 = 360.0 * asin(0.5) / (2.0 * M_PI );27 echo "asin 0.86602540378444 = ";37 echo "asin 1.0 = ";38 $asinv3 = 360.0 * asin(1.0) / (2.0 * M_PI );48 echo "asin 0.0 = ";60 asin .5 = float(%f)62 asin 0.86602540378444 = float(%f)64 asin 1.0 = float(%f)[all …]
2 Test variations in usage of asin()12 //Test asin with a different input values28 $res = asin($values[$i]);
2 Test asin function : 64bit long tests24 var_dump(asin($longVal));
50 #define asind(x) (RADEG*asin(x))
349 PHP_FUNCTION(asin) in PHP_FUNCTION() argument356 RETURN_DOUBLE(asin(num)); in PHP_FUNCTION()
1393 function asin(float $num): float {} function
2667 ZEND_FUNCTION(asin);3310 ZEND_FE(asin, arginfo_asin)
Completed in 27 milliseconds