gcc/libf2c/libF77/derf_.c

9 lines
106 B
C

#include "f2c.h"
extern double erf (double);
double
G77_derf_0 (doublereal * x)
{
return (erf (*x));
}