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