2 /* @(#)z_sin.c 1.0 98/08/13 */
3 /******************************************************************
7 * x - floating point value
13 * This routine returns the sine of x.
15 *****************************************************************/
20 #ifndef _DOUBLE_IS_32BITS
23 _DEFUN (sincos
, (x
, sinx
, cosx
),
32 #endif /* _DOUBLE_IS_32BITS */