Flexivert Library Documentation
Tan Method (x)
NamespacesFlexivert.UtilsFVMathTan(Single)
Calculates a single-word floating-point tangent of the specified angle.
Declaration Syntax
C#Visual BasicVisual C++
public static float Tan(
	float x
)
Public Shared Function Tan ( _
	x As Single _
) As Single
public:
static float Tan(
	float x
)
Parameters
x (Single)
An angle, measured in radians
Return Value
The tangent of d

Assembly: FVCore (Module: FVCore) Version: 0.5.8.1 (0.5.8.12)