sqrt()

Square root

Syntax

Function:
  • SQRT(val)
Parameters:
  • val = the number to derive the square root from
Outputs:
  • a decimal number
Description:
  • Returns the Square Root of ‘val’
Used:
in a Formula BuilderFormula Builder

 

Example
Result
Note
SQRT(9) 3
SQRT(val) 9  val = 81
SQRT(val) 23.388031127052999  val = 547