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

#undef abs
#include <math.h>
double
d_acos (doublereal * x)
{
  return (acos (*x));
}
OpenPOWER on IntegriCloud