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

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