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

C Language Programming Library Reference Guide

math.h - Trigonometry functions - acos

Declaration:

double acos(double x);

Returns the arc cosine of x in radians.

Range:

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

Discover

     more......