mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
copy&paste bug :(
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71677 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8129004fc3
commit
6fa1adcca5
1 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.72 $ -->
|
||||
<!-- $Revision: 1.73 $ -->
|
||||
<reference id="ref.math">
|
||||
<title>Mathematical Functions</title>
|
||||
<titleabbrev>Math</titleabbrev>
|
||||
|
@ -760,12 +760,10 @@ var_dump(hexdec("a0"));
|
|||
<type>bool</type><methodname>is_nan</methodname>
|
||||
<methodparam><type>float</type><parameter>val</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
<para>
|
||||
Returns &true; if <parameter>val</parameter> is 'not a number',
|
||||
like the result of <literal>acos(1.01)</literal>.
|
||||
</para>
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue