Difference between revisions of "$sqrt"

From Scriptwiki
Jump to: navigation, search
 
(No difference)

Latest revision as of 04:43, 7 April 2008

Returns the square root of N.

$sqrt(N)

Example

$sqrt(4) returns 2
$sqrt(16) returns 4
$sqrt(1024) returns 32

See Also