2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / libf2c / libF77 / r_lg10.c
blob563e73c4d8cdd21672f02834283272f70a8c7b95
1 #include "f2c.h"
3 #define log10e 0.43429448190325182765
5 #undef abs
6 #include <math.h>
7 double
8 r_lg10 (real * x)
10 return (log10e * log (*x));