JavaScript must be enabled in order to use this site. Please enable JavaScript in your browser and refresh the page. sqrt sqrt Purpose Get the positive square root of a value. Synopsis function sqrt(r:real):real Argument r 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. Parent Topic Predefined functions and procedures