SQRT

Description: Returns the positive square root.

Syntax: SQRT(Number)

  • Number is the number for which you want the square root.

Remarks:

  • Number cannot be negative.
  • When used in an event analysis flowchart, Number must evaluate to a numerical value. It can include:

Example:

  • SQRT(16) = 4