sqrt
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
Compute the square root of the elements of the argument.
- Usage
sqrt(x)
- Result
- The result of this function has always the same type as the argument x. The square root of each element of x is computed.