Tangent Function

Returns the tangent of the argument.

float Tangent(float value)

Parameters

float value

Input value in radians.

Return Value

tan(value).