fabs

This function is used to return the absolute values for floating-point numbers.


Synopsis

	function fabs( 
		value:float
	)

Arguments

value
One or more float values of any dimension.

The absolute value of each element of the value parameter is returned. The return array is dimensioned the same as the value parameter. Missing values are ignored.

Reference Manual Control Panel

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


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