Initializing help system before first use

sqrt

sqrt


Purpose
Get the positive square root of a value.
Synopsis
function sqrt(r:real):real
Argument
Real value the function is applied to. This value must be non-negative.
Return value
Square root of the argument.
Related topics
abs, exp, ln, log.