9 lines
106 B
C
9 lines
106 B
C
#include "f2c.h"
|
|
|
|
extern double erf (double);
|
|
double
|
|
G77_derf_0 (doublereal * x)
|
|
{
|
|
return (erf (*x));
|
|
}
|