Home
last modified time | relevance | path

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

/PHP-8.3/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-8.3/ext/gd/tests/
H A Dbug43073.phpt38 $cos_t = cos(deg2rad($delta_t));
39 $sin_t = sin(deg2rad($delta_t));
H A Dbug53504.phpt81 $test['x'] + (int)($width * cos(deg2rad($test['angle']))),
82 $test['y'] - (int)($width * sin(deg2rad($test['angle']))), $blue);
/PHP-8.3/Zend/tests/
H A Dbug42143.phpt12 var_dump(deg2rad(-5.6) == null);
/PHP-8.3/ext/standard/
H A Dmath.c643 PHP_FUNCTION(deg2rad) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php3158 function deg2rad(float $num): float {}
H A Dbasic_functions_arginfo.h2675 ZEND_FUNCTION(deg2rad);
3316 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(deg2rad, arginfo_deg2rad)

Completed in 36 milliseconds