From 06c716589e3a1c6ec242b289230e2e9b1342e378 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 10 Jun 2004 19:38:26 +0000 Subject: [PATCH] MFH: hypot() is not experimental. --- ext/standard/math.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/standard/math.c b/ext/standard/math.c index 49970d4683..8deab24685 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) { -- 2.40.0