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