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
This commit is contained in:
Daniel Egeberg 2010-03-09 11:37:07 +00:00
parent a33cd08aca
commit 4b20299192
2 changed files with 0 additions and 2 deletions

View file

@ -14,7 +14,6 @@
<type>float</type><methodname>expm1</methodname>
<methodparam><type>float</type><parameter>arg</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
<function>expm1</function> returns the equivalent to
'exp(<parameter>arg</parameter>) - 1' computed in a way that is

View file

@ -14,7 +14,6 @@
<type>float</type><methodname>log1p</methodname>
<methodparam><type>float</type><parameter>number</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<para>
<function>log1p</function> returns log(1 +
<parameter>number</parameter>) computed in a way that is accurate even