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

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