Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: math.h

tan()

IMPORT_C double tan(double);

Description

Calculate tangent. Performs the trigonometric tangent operation on arg1.

Parameters

double

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

Return value

double

Tangent of arg1.