SQRT

SQRT(arg1) → { number | string | boolean }

Returns the square root of a number.

Parameters:

Name Type Description
arg1 number

Is the number for which you want the square root.

Returns:

Type
number | string | boolean