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.


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.