<< Previous | Next >>

asin

float asin( float x );

Description

Computes the arcsine of real float value x.

NOTE The Dynamic C functions deg and rad convert radians and degrees.

Parameters

x
Assumed to be between -1 and +1.

Return value

The arcsine of the argument in radians.

Library

MATH.LIB

See also

sin, acsc


Dynamic C Functions << Previous | Next >> rabbit.com