Home
last modified time | relevance | path

Searched refs:deg2rad (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/standard/tests/math/
H A Ddeg2rad_basic.phpt21 echo "deg2rad $arg_0 = ";
22 $r0 = deg2rad($arg_0);
31 echo "deg2rad $arg_1 = ";
32 $r1 = deg2rad($arg_1);
40 echo "deg2rad $arg_2 = ";
41 $r2 = deg2rad($arg_2);
50 $r3 = deg2rad($arg_3);
60 deg2rad 0 = float(%f)
62 deg2rad 90 = float(%f)
64 deg2rad 180 = float(%f)
[all …]
H A Ddeg2rad_variation.phpt2 Test variations in usage of deg2rad()
8 * proto float deg2rad(float number)
13 //Test deg2rad with a different input values
32 $res = deg2rad($values[$i]);
48 Warning: deg2rad() expects parameter 1 to be float, string given in %s on line %d
H A Ddeg2rad_basiclong_64bit.phpt2 Test deg2rad function : 64bit long tests
24 var_dump(deg2rad($longVal));
/PHP-7.4/ext/gd/tests/
H A Dbug43073.phpt37 $cos_t = cos(deg2rad($delta_t));
38 $sin_t = sin(deg2rad($delta_t));
H A Dbug53504.phpt80 $test['x'] + $width * cos(deg2rad($test['angle'])),
81 $test['y'] - $width * sin(deg2rad($test['angle'])), $blue);
/PHP-7.4/Zend/tests/
H A Dbug42143.phpt12 var_dump(deg2rad(-5.6) == null);
/PHP-7.4/ext/standard/
H A Dphp_math.h64 PHP_FUNCTION(deg2rad);
H A Dmath.c776 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() argument
H A Dbasic_functions.c2960 PHP_FE(deg2rad, arginfo_deg2rad)

Completed in 27 milliseconds