Click or drag to resize
MathUtilsTan Method
Returns the tangent of the specified angle in radians.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static float Tan(
	float x
)

Parameters

x
Type: SystemSingle
Angle to compute the tangent of.

Return Value

Type: Single
Tangent of the specified angle.
See Also