13 lines
205 B
Plaintext
Raw Normal View History

<h3>sqrt() function</h3>
Returns square root of a value
<p><h4>Syntax</h4>
sqrt(<i>real</i>)</p>
<p><h4>Arguments</h4>
2013-05-13 21:11:47 +10:00
<i>real</i> &rarr; number.</p>
<p><h4>Example</h4>
2013-05-13 21:11:47 +10:00
sqrt(9) &rarr; 3</p>