Home
last modified time | relevance | path

Searched refs:hypot (Results 1 – 5 of 5) sorted by relevance

/PHP-8.2/ext/standard/tests/math/
H A Dhypot_basic.phpt2 Test hypot() - basic function test hypot()
8 echo "*** Testing hypot() : basic functionality ***\n";
37 $res = hypot($valuesy[$i], $valuesx[$j]);
43 *** Testing hypot() : basic functionality ***
H A Dhypot_basiclong_64bit.phpt2 Test hypot function : 64bit long tests
27 var_dump(hypot($longVal, $otherVal));
/PHP-8.2/ext/standard/
H A Dmath.c671 PHP_FUNCTION(hypot) in PHP_FUNCTION() argument
680 RETURN_DOUBLE(hypot(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3217 function hypot(float $x, float $y): float {}
H A Dbasic_functions_arginfo.h2779 ZEND_FUNCTION(hypot);
3419 ZEND_SUPPORTS_COMPILE_TIME_EVAL_FE(hypot, arginfo_hypot)

Completed in 30 milliseconds