sqrt

This function computes the square root of its input.


Synopsis

	function sqrt( 
		value:numeric
	)

Arguments

value
An array of one or more positive values.

Description

For each element of value, the square root is returned. Missing values are ignored. The output array is dimensioned the same as the input array. If the input is of type double then output is of type double.

Reference Manual Control Panel

NG4.1 Home, Index, Examples, Glossary, Feedback, Ref Contents, Ref WhereAmI?


$Revision: 1.8 $ $Date: 1998/11/11 23:32:22 $