#ifndef lint static char sccsid[] = "@(#)d_log_.c 1.1 92/07/30 SMI"; #endif /* * Copyright (c) 1986 by Sun Microsystems, Inc. */ #include double d_log_(x) double *x; { return log(*x); }