Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Mathematical Functions
Topic: Common Functions
See also:

Function: sqrt
Description: sqrt computes the square root of the elements of an array.

Usage: z = sqrt (x)
Input:
x array
Output:
z array

Note:

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

Result:
Contents of sqrt



[1,]     3     5     6



(C) MD*TECH Method and Data Technologies, 05.02.2006