WEBcnx 2023.2 is out now bringing with it a host of new features and performance enhancements. Read more.

Open navigation

SQRT Function

Applies from Version:WEBcnx 2024.1Applies to Version:


Description

Returns a positive square root.


Syntax 

SQRT(number)


The SQRT function has the following arguments:

  • number Required. The number for which you want the square root.

Returns

A number


Examples 

ExpressionDescriptionResult
SQRT(16)Square root of 16.4
SQRT(-16)Square root of -16. Because the number is negative, an error is returned.Error
SQRT(ABS(-16))Avoiding the error by first using the ABS function to find the absolute value of -16 and then finding the square root.4


Further Reading

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.

You may like to read -