@SQRT

Returns the square root of the number.

Syntax

@SQRT(V1)

Argument Description
V1

A number greater than or equal to zero.

Logic

@SQRT will return the square root of the input number.

Example

@SQRT(125.3) returns 11.19s