From 4b2029919245a60b3e2b2408ac1dd9bfda36a3e6 Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Tue, 9 Mar 2010 11:37:07 +0000 Subject: [PATCH] expm1() and log1p() have been saying 'experimental' for at least eight years. I take it that's no longer correct, so I'm removing the warning. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295992 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/expm1.xml | 1 - reference/math/functions/log1p.xml | 1 - 2 files changed, 2 deletions(-) diff --git a/reference/math/functions/expm1.xml b/reference/math/functions/expm1.xml index 42472bb1b0..423c86f0ef 100644 --- a/reference/math/functions/expm1.xml +++ b/reference/math/functions/expm1.xml @@ -14,7 +14,6 @@ floatexpm1 floatarg - &warn.experimental.func; expm1 returns the equivalent to 'exp(arg) - 1' computed in a way that is diff --git a/reference/math/functions/log1p.xml b/reference/math/functions/log1p.xml index 9e2f93192b..ff8ef8ef0c 100644 --- a/reference/math/functions/log1p.xml +++ b/reference/math/functions/log1p.xml @@ -14,7 +14,6 @@ floatlog1p floatnumber - &warn.experimental.func; log1p returns log(1 + number) computed in a way that is accurate even