Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: math.h

sin()

IMPORT_C double sin(double);

Description

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

Parameters

double

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

Return value

double

Sine of arg1.