Home
last modified time | relevance | path

Searched refs:rad2deg (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/tests/math/
H A Drad2deg_basic.phpt8 * proto float rad2deg(float number)
20 echo "rad2deg $arg_0= ";
21 $r0 = rad2deg($arg_0);
29 echo "rad2deg $arg_1 = ";
30 $r1 = rad2deg($arg_1);
38 echo "rad2deg $arg_2 = ";
39 $r2 = rad2deg($arg_2);
47 echo "rad2deg $arg_3 = ";
48 $r3 = rad2deg($arg_3);
58 rad2deg 0= float(%f)
[all …]
H A Drad2deg_variation.phpt2 Test variations in usage of rad2deg()
8 * proto float rad2deg(float number)
13 //Test rad2deg with a different input values
32 $res = rad2deg($values[$i]);
48 Warning: rad2deg() expects parameter 1 to be float, string given in %s on line %d
H A Drad2deg_basiclong_64bit.phpt2 Test rad2deg function : 64bit long tests
24 var_dump(rad2deg($longVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h65 PHP_FUNCTION(rad2deg);
H A Dmath.c789 PHP_FUNCTION(rad2deg) in PHP_FUNCTION() argument
H A Dbasic_functions.c2961 PHP_FE(rad2deg, arginfo_rad2deg)

Completed in 22 milliseconds