[Contents] [Index] [Help] [Retrace] [Browse <] [Browse >]


NAME

	SPAsin - obtain the arcsine of the floating point number

SYNOPSIS

	fnum2 = SPAsin(fnum1);
                       d0.l
	float fnum2;
	float fnum1;

FUNCTION

	Accepts a floating point number representing the sine
	of an angle and returns the value of said angle in
	radians

INPUTS

	fnum1 - Motorola fast floating point number

RESULT

	fnum2 - Motorola fast floating point number

BUGS

	None

SEE ALSO

	SPCos()