sqrt

This function computes the square root of its input.


Synopsis

	function sqrt( 
		value:float
	)

Arguments

value
An array of one or more positive floating-point 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.

Reference Manual Control Panel

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


$Revision: 1.5 $ $Date: 1995/07/26 23:33:38 $