Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/math/
H A Dhypot_basic.phpt2 Test hypot() - basic function test hypot()
8 /* Prototype : float hypot ( float $x , float $y )
13 echo "*** Testing hypot() : basic functionality ***\n";
46 $res = hypot($valuesy[$i], $valuesx[$j]);
53 *** Testing hypot() : basic functionality ***
H A Dhypot_basiclong_64bit.phpt2 Test hypot function : 64bit long tests
27 var_dump(hypot($longVal, $otherVal));
/PHP-7.4/ext/standard/
H A Dphp_math.h72 PHP_FUNCTION(hypot);
H A Dmath.c755 PHP_FUNCTION(hypot) in PHP_FUNCTION() argument
765 RETURN_DOUBLE(hypot(num1, num2)); in PHP_FUNCTION()
H A Dconfig.m4303 AC_CHECK_FUNCS(asinh acosh atanh log1p hypot)
H A Dbasic_functions.c2959 PHP_FE(hypot, arginfo_hypot)

Completed in 36 milliseconds