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


sin-Sine of Angle

Interface

F_TYPE sin (F_TYPE x)

F_TYPE sind (F_TYPE x)

Description

sin() computes the sine of x, measured in radians.

sind() computes the sine of x, measured in degrees.

Exceptions


Exceptional Argument	            	Routine Behavior

|x| = infinity          	        Invalid argument

(sind) |x| < (180/pi) * min_float    	Underflow


See Also

Appendix A, Critical Floating-Point Values


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