sqrt
Return the square root of the argument
Synopsis
val = sqrt(number)
Description
sqrt returns the square root of any non-negative argument.
Arguments
-
number
Any non-negative number.
Examples
val = sqrt(3.5)
val = sqrt(100)
See Also
abs, log, max, min,
mod, round, trunc,
wrap