Reference

Home > Documentation > Syntax > Functions > Sqrt


Square root maths function.

 

Definition

sqrt(arg1)

Parameters:

  • arg1 – numeric
    Number.

Returns:

  • The square root of arg1.

 

Eg:

sqrt(64)