Click or drag to resize
MathTan Method
Returns the tangent of the specified angle.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static double Tan(
	double a
)

Parameters

a
Type: SystemDouble
An angle, measured in radians.

Return Value

Type: Double
The tangent of a. If a is equal to NaN, NegativeInfinity, or PositiveInfinity, this method returns NaN.
See Also