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

Notes:
NaN's are generated as a result of applying this operation to negative values.

Example:
sqrt (#(9, 25, 36)') 

Result:
[1,]     3     5     6 






Group: Mathematical Functions
Subgroup: Common Functions
See also:

© XploRe, generated on 6.3.98 7:17 .