Description

Calculates the square root of a positive number.

Syntax

root = Sqrt(expression)

Parameters

The Sqrt function has the following parameters.

ParameterDescription
expressionMust evaluate to a positive number or 0 (zero).

See Also

EXP() functionPWR() functionLN() function

Example

* C is set to a value of 12.
C = Sqrt(144)
  • No labels