Perl Programming/Keywords/sqrt
Appearance
The sqrt keyword
[edit | edit source]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
[edit | edit source] sqrt EXPRESSION
Examples
[edit | edit source]