Home > Electronics Tutorials > C Language Tutorial > math.h - Trigonometry functions - asin

C Language Programming Library Reference Guide

math.h - Trigonometry functions - asin

Declaration:

double asin(double x);

Returns the arc sine of x in radians.

Range: The value of x must be within the range of -1 to +1 (inclusive). The returned value is in the range of -p/2 to +p/2 (inclusive).
Note: To report broken links or to submit your projects, tutorials please email to Webmaster

Discover

     more......