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

index 49970d46832d3dadc2bc0450e2a85d8b080af899..8deab246850184a331128bc8727d36fbf955ddf8 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)
 {