Added in 1.9.0

$sqrt(N)

Returns the square root of N.

Parameters

N - The number to square. (N is a double)

Example

//echo -ag The square root of 4 is $sqrt(4)