1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Document NAN return value case.

This commit is contained in:
Julien Dubois
2026-03-04 17:33:08 +01:00
committed by Christian Weiske
parent 423a1da63f
commit 54a788ca59

View File

@@ -50,7 +50,8 @@
&reftitle.returnvalues;
<para>
The floating point remainder of
<parameter>num1</parameter>/<parameter>num2</parameter>
<parameter>num1</parameter>/<parameter>num2</parameter>.
<constant>NAN</constant> (<type>float</type>) if the second argument is 0.
</para>
</refsect1>
<refsect1 role="examples">