SQRT

Syntax:

SQRT ( x )

Description: Computes the positive square root of x.

Arguments:

Name

Type

Description

x

number

The number whose positive root is to be found.

Return Type and Value: number – The positive square root of x.

However, if x is negative, #NUM! is returned.

example: