sqrt

Syntax:

Value Integer  sqrt(Number num)

Description:

Computes the square root of num.

Examples:

($b1:$b5) = sqrt($a)
Before:
AB C
10.34
21.99
33.7
44
50
6
After:
AB C
10.340.58309518948453
21.991.41067359796659
33.71.92353840616713
442
500
6
($a1) = sqrt($f3)