Sqrt

Help Contents Arithmetic Irrational Functions Sqrt
Irrational Functions Power

Sqrt num


outputs the square root of the input.

Examples:

Sqrt 4		;2  ;-)
Sqrt 2		;1.41421  ;-)
Sqrt -1		;0+1i  ;-)
Sqrt [4 2 -1]		;[2 1.41421 0+1i] ;-)

Examples:

References:

Irrational Functions Power