reference/math/functions/atan.xml
abed9056c54488744908309aefc6265f56329dca
...
...
@@ -15,8 +15,9 @@
15
15
Returns the arc tangent of <parameter>num</parameter> in radians.
16
16
<function>atan</function> is the inverse function of
17
17
<function>tan</function>, which means that
18
-
<literal>a==tan(atan(a))</literal> for every value of a that is within
19
-
<function>atan</function>'s range.
18
+
<code>$num == tan(atan($num))</code> for every value of
19
+
<parameter>num</parameter> that is in
20
+
the domain of <function>atan</function>.
20
21
</para>
21
22
</refsect1>
22
23
<refsect1 role="parameters">
23
24