tan

The tan method returns the sine of a number.

 

Syntax

System.Double tan(System.Double x);

 

Parameters

x

Angle in radians

 

Return Value

Returns the returns the tangent of the angle.

 

Remarks

Member of Math.

 

Example