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)
Home > Documentation > Syntax > Functions > Sqrt
Square root maths function.
sqrt(arg1)
Eg:
sqrt(64)
Leave a comment