FSF GCC merge 02/23/03
[official-gcc.git] / libf2c / libF77 / d_log.c
blob95dc767fb2ad31ab454a07b24dc6263d3570eb55
1 #include "f2c.h"
3 #undef abs
4 #include <math.h>
5 double
6 d_log (doublereal * x)
8 return (log (*x));