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


asin

Syntax

#include <math.h>

double asin(double x);

Return Value

The arc sine, in radians, of x.

Portability

ANSI, POSIX


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