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

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