Sign in
gnu
/
gcc
/
d01fc6a3172f05d1618263450c1c9f13737acf57
/
.
/
libf2c
/
libF77
/
r_log.c
blob: eaaecc836f263f2428ff94771ca495a3820cb4c5 [
file
] [
log
] [
blame
]
#include
"f2c.h"
#undef
abs
#include
<math.h>
double
r_log
(
real
*
x
)
{
return
(
log
(*
x
));
}