SQRT

Finds the square root of a value.

Syntax

double? SQRT(double? value)

Example

SQRT(245)

Will return '15.6524758424985'.