2 /* @(#)z_asin.c 1.0 98/08/13 */
3 /******************************************************************
7 * x - floating point value
13 * This routine returns the arcsine of x.
15 *****************************************************************/
20 #ifndef _DOUBLE_IS_32BITS
25 return (asine (x
, 0));
28 #endif /* _DOUBLE_IS_32BITS */