Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: math.h

cos()

IMPORT_C double cos(double);

Description

Calculate cosine. Performs the trigonometric cosine operation on x returning a value between -1 and 1.

Parameters

double

Angle expressed in radians (180 degrees = PI radians).

Return value

double

Cosine of arg1.