[Contents] [Previous Section] [Next Section] [Index]


tan-Tangent of Angle

Interface

F_TYPE tan (F_TYPE x)

F_TYPE tand (F_TYPE x)

Description

tan() computes the tangent of x, measured in radians.

tand() computes the tangent of x, measured in degrees.

Exceptions


Exceptional Argument            Routine Behavior

|x| = infinity                  Invalid argument

(tand) |x| < (180/pi) * min_    Underflow
float

(tand) x = (2n+1) * 90          Overflow



See Also

Appendix A, Critical Floating-Point Values


[Contents] [Previous Section] [Next Section] [Index]