Returns the trigonometric tangent of an angle. Special cases:
- If the argument is NaN or an infinity, then the result
is NaN.
- If the argument is zero, then the result is a zero with the
same sign as the argument.
Parameters:
Returns: the tangent of the argument.