Project

General

Profile

$sqrt » History » Version 1

Per Amundsen, 08/11/2015 05:53 AM

1 1 Per Amundsen
_Added in 1.9.0_
2
3
*$sqrt(N)*
4
5
Returns the square root of N.
6
7
*Parameters*
8
9
N - The number to square. (N is a double)
10
11
*Example*
12
13
<pre>
14
//echo -ag The square root of 4 is $sqrt(4)
15
</pre>