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


acos

Syntax

#include <math.h>

double acos(double x);

Return Value

The arc cosine, in radians, of x.

Portability

ANSI, POSIX


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