| Group: | Mathematical Functions |
| Subgroup: | Common Functions |
| See also: |
| Function: | sqrt | |
| Description: | sqrt computes the square root of the elements of an array. |
| Usage: | z = sqrt (x) | |
| Input: | ||
| x | d1 x d2 x ... x dn array | |
| Output: | ||
| z | d1 x d2 x ... x dn array | |
sqrt (#(9, 25, 36)')
[1,] 3 5 6
| Group: | Mathematical Functions |
| Subgroup: | Common Functions |
| See also: |