Project

General

Profile

$sqrt » History » Version 5

Per Amundsen, 02/23/2023 07:32 PM

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 5 Per Amundsen
table(ktable).
10
|*Parameter*|*Description*|
11
| N | The number to square. |
12 1 Per Amundsen
13
*Example*
14
15
<pre>
16
//echo -ag The square root of 4 is $sqrt(4)
17
</pre>