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


cos

Syntax

#include <math.h>

double cos(double x);

Return Value

The cosine of x.

Portability

ANSI, POSIX


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