blob: 0a458823318c958bf31bf0d9bc474910877fb59b [file] [log] [blame]
#include "f2c.h"
#undef abs
#include <math.h>
double
d_sqrt (doublereal * x)
{
return (sqrt (*x));
}