Perl Programming/Keywords/sqrt
The sqrt keyword
sqrt returns the positive square root of EXPRESSION. If EXPRESSION is omitted, $_ is used instead. Works for non-negative operands, if the Math::Complex module has not be loaded.
Syntax
sqrt EXPRESSION