gcc/libf2c/libF77/derfc_.c

9 lines
106 B
C
Raw Normal View History

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