asin

This function returns the inverse sine of the input in radians.


Synopsis

	function asin( 
		value:numeric	
	)

Arguments

value
An array of one or more values of any dimension between -1 and 1 inclusive.

Description

The asin function returns a floating-point array with the same dimensions as the input parameter value. The inverse sine is computed for each element of value in radians. Return value type is double if double value passed in. Missing values are ignored.

Reference Manual Control Panel

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


$Revision: 1.9 $ $Date: 1998/11/11 23:32:14 $