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

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