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

C Language Programming Library Reference Guide

math.h - Trigonometry functions - sin

Declaration: double sin(double x);

Returns the sine 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......