Actions
$sqrt » History » Revision 3
« Previous |
Revision 3/5
(diff)
| Next »
Per Amundsen, 08/11/2015 05:54 AM
Added in 1.9.0
$sqrt(N)
Returns the square root of N.
Parameters
N - The number to square. (N is a double number)
Example
//echo -ag The square root of 4 is $sqrt(4)
Updated by Per Amundsen over 9 years ago · 3 revisions