summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libF77/r_sqrt.c
blob: ed832ba70e171e9f733b2b6019533a87c814b0f1 (plain)
1
2
3
4
5
6
7
8
9
#include "f2c.h"

#undef abs
#include <math.h>
double
r_sqrt (real * x)
{
  return (sqrt (*x));
}
OpenPOWER on IntegriCloud