$sqrt » History » Version 4
Per Amundsen, 12/11/2018 08:01 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 | 4 | Per Amundsen | N - The number to square. |
| 10 | 1 | Per Amundsen | |
| 11 | *Example* |
||
| 12 | |||
| 13 | <pre> |
||
| 14 | //echo -ag The square root of 4 is $sqrt(4) |
||
| 15 | </pre> |