reference/math/functions/hypot.xml
6406cc6c50f8f66f7d55f550dc1ec2759e2eca0f
...
...
@@ -19,7 +19,7 @@
19
19
right-angle triangle with sides of length <parameter>x</parameter> and
20
20
<parameter>y</parameter>, or the distance of the point
21
21
(<parameter>x</parameter>, <parameter>y</parameter>) from the origin.
22
-
This is equivalent to <literal>sqrt(x*x + y*y)</literal>.
22
+
This is equivalent to <code>sqrt($x*$x + $y*$y)</code>.
23
23
</para>
24
24
</refsect1>
25
25
<refsect1 role="parameters">
26
26