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

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