Calculates the tangent of an angle (in radians). The result will be between negative infinity and infinity.
tan(rad)
rad: The angle in radians. Allowed data types: float.
The tangent of the angle. Data type: double.