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

extern double erf (double);
double
G77_derf_0 (doublereal * x)
{
  return (erf (*x));
}
OpenPOWER on IntegriCloud