F_TYPE tan (F_TYPE x) F_TYPE tand (F_TYPE x)
tand() computes the tangent of x, measured in degrees.
Exceptional Argument Routine Behavior |x| = infinity Invalid argument (tand) |x| < (180/pi) * min_ Underflow float (tand) x = (2n+1) * 90 Overflow
Appendix A, Critical Floating-Point Values