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