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


sincos-Sine and Cosine of Angle

Interface

F_COMPLEX sincos (F_TYPE x)

F_COMPLEX sincosd(F_TYPE x)

Description

sincos() computes both the sine and cosine of x, measured in radians.

sincosd() computes both the sine and cosine of x, measured in degrees.

sincos(x) is defined as (sin x + icos y).

Exceptions


Exceptional Argument       Routine Behavior

|x| = infinity             Invalid argument

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




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