Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: math.h

acos()

IMPORT_C double acos(double);

Description

Calculate arccosine. Performs the trigonometric arc cosine operation on x and returns an angle in the range from 0 to PI expressed in radians.

Parameters

double

Value between -1 and 1 whose arc cosine has to be calculated.

Return value

double

Arc cosine of arg1.