blob: eaaecc836f263f2428ff94771ca495a3820cb4c5 [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
r_log (real * x)
{
return (log (*x));
}