sqrt (Math)

Returns the square root of the given value.

Arguments

radicand
is a real number.

Return values

Square

root
as a real number.

Example

2.0 sqrt print
Output:
1.414214