mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a33cd08aca
commit
4b20299192
2 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue