Browse Source

hypot() is not experimental.

PHP-5.0
Ilia Alshanetsky 22 years ago
parent
commit
b9fc9a6ad1
  1. 5
      ext/standard/math.c

5
ext/standard/math.c

@ -617,11 +617,6 @@ PHP_FUNCTION(sqrt)
/* {{{ proto float hypot(float num1, float num2)
Returns sqrt(num1*num1 + num2*num2) */
/*
WARNING: this function is expermental: it could change its name or
disappear in the next version of PHP!
*/
#ifdef HAVE_HYPOT
PHP_FUNCTION(hypot)
{

Loading…
Cancel
Save