sqrt
Calculate the square root of a number.
Example
#calc.sqrt(16) \
#calc.sqrt(2.5)

ParametersParameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
value
The number whose square root to calculate. Must be non-negative.