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

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