Home
last modified time | relevance | path

Searched refs:rad2deg (Results 1 – 6 of 6) sorted by last modified time

/php-src/ext/standard/
H A Dbasic_functions.stub.php3225 function rad2deg(float $num): float {}
H A Dbasic_functions_arginfo.h2781 ZEND_FUNCTION(rad2deg);
H A Dmath.c702 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() argument
/php-src/ext/standard/tests/math/
H A Drad2deg_basic.phpt19 echo "rad2deg $arg_0= ";
20 $r0 = rad2deg($arg_0);
28 echo "rad2deg $arg_1 = ";
29 $r1 = rad2deg($arg_1);
37 echo "rad2deg $arg_2 = ";
38 $r2 = rad2deg($arg_2);
46 echo "rad2deg $arg_3 = ";
47 $r3 = rad2deg($arg_3);
57 rad2deg 0= float(%f)
59 rad2deg 1.570796327 = float(%f)
[all …]
H A Drad2deg_basiclong_64bit.phpt2 Test rad2deg function : 64bit long tests
24 var_dump(rad2deg($longVal));
H A Drad2deg_variation.phpt2 Test variations in usage of rad2deg()
12 //Test rad2deg with a different input values
28 $res = rad2deg($values[$i]);

Completed in 64 milliseconds