Next: sinh, Previous: scanf, Up: C library functions [Index]
sin
#include <math.h> Float new x; Float new sinX; x = 2.5; sinX = sin (x);