reference/math/functions/fdiv.xml
61374bbe228e8e9c55a24aba59a1e2bb2a871148
...
...
@@ -15,11 +15,11 @@
15
15
<para>
16
16
Returns the floating point result of dividing the
17
17
<parameter>num1</parameter> by the <parameter>num2</parameter>.
18
-
If the <parameter>num2</parameter> is zero, then one of <literal>INF</literal>,
19
-
<literal>-INF</literal>, or <literal>NAN</literal> will be returned.
18
+
If the <parameter>num2</parameter> is zero, then one of <constant>INF</constant>,
19
+
-<constant>INF</constant>, or <constant>NAN</constant> will be returned.
20
20
</para>
21
21
<para>
22
-
Note that in comparisons, <literal>NAN</literal> will never <code>==</code> or <code>===</code>,
22
+
Note that in comparisons, <constant>NAN</constant> will never <code>==</code> or <code>===</code>,
23
23
any value, including itself.
24
24
</para>
25
25
</refsect1>
26
26