The math function MathLib.sqrt returns the square root of a number. The function operates on any number that is greater than or equal to zero.
MathLib.sqrt(numericField mathLibNumber in) returns (result mathLibTypeDependentResult)
result = MathLib.sqrt(myItem);
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library MathLib