Next: , Previous: , Up: C library functions   [Index]


sin

sin Function

#include <math.h>

Float new x;
Float new sinX;

x = 2.5;

sinX = sin (x);