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

C Language Programming Library Reference Guide

math.h - Trigonometry functions - cos

Declaration:

double cos(double x);

Returns the cosine of a radian angle x.

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

Discover

     more......