Click or drag to resize
MathUtilsATan Method
Returns the angle whose tangent is the specified number, in radians.

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

Parameters

x
Type: SystemSingle
Number representing a tangent.

Return Value

Type: Single
Angle whose tangent is the specified number.
See Also