From: Ilia Alshanetsky Date: Thu, 10 Jun 2004 19:38:24 +0000 (+0000) Subject: hypot() is not experimental. X-Git-Tag: php-5.0.0~228 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9fc9a6ad13ea00ef739c228f4f1e88c7dc7e083;p=php hypot() is not experimental. --- diff --git a/ext/standard/math.c b/ext/standard/math.c index eee11534d5..1ab898569b 100644 --- a/ext/standard/math.c +++ b/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) {