Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dmath.c676 PHP_FUNCTION(hypot) in PHP_FUNCTION() argument
685 RETURN_DOUBLE(hypot(num1, num2)); in PHP_FUNCTION()
H A Dbasic_functions.stub.php3219 function hypot(float $x, float $y): float {}
H A Dbasic_functions_arginfo.h2779 ZEND_FUNCTION(hypot);

Completed in 42 milliseconds