Go to the first, previous, next, last section, table of contents.


sin

Syntax

#include <math.h>

double sin(double x);

Return Value

The sine of x.

Portability

ANSI, POSIX


Go to the first, previous, next, last section, table of contents.