Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/math/
H A Ddeg2rad_basic.phpt20 echo "deg2rad $arg_0 = ";
21 $r0 = deg2rad($arg_0);
30 echo "deg2rad $arg_1 = ";
31 $r1 = deg2rad($arg_1);
39 echo "deg2rad $arg_2 = ";
40 $r2 = deg2rad($arg_2);
49 $r3 = deg2rad($arg_3);
59 deg2rad 0 = float(%f)
61 deg2rad 90 = float(%f)
63 deg2rad 180 = float(%f)
[all …]
H A Ddeg2rad_variation.phpt2 Test variations in usage of deg2rad()
12 //Test deg2rad with a different input values
28 $res = deg2rad($values[$i]);
H A Ddeg2rad_basiclong_64bit.phpt2 Test deg2rad function : 64bit long tests
24 var_dump(deg2rad($longVal));
/php-src/ext/gd/tests/
H A Dbug43073.phpt41 $cos_t = cos(deg2rad($delta_t));
42 $sin_t = sin(deg2rad($delta_t));
H A Dbug53504.phpt84 $test['x'] + (int)($width * cos(deg2rad($test['angle']))),
85 $test['y'] - (int)($width * sin(deg2rad($test['angle']))), $blue);
/php-src/Zend/tests/
H A Dbug42143.phpt12 var_dump(deg2rad(-5.6) == null);
/php-src/ext/standard/
H A Dmath.c690 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3222 function deg2rad(float $num): float {}
H A Dbasic_functions_arginfo.h2780 ZEND_FUNCTION(deg2rad);

Completed in 39 milliseconds