]> granicus.if.org Git - php/commitdiff
hypot() is not experimental.
authorIlia Alshanetsky <iliaa@php.net>
Thu, 10 Jun 2004 19:38:24 +0000 (19:38 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 10 Jun 2004 19:38:24 +0000 (19:38 +0000)
ext/standard/math.c

index eee11534d5a8a6194ff17fab56b1c1aebf0a1e40..1ab898569b7caa76cb8d362fd009f07912bdb4c5 100644 (file)
@@ -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)
 {