HardenedBSD/contrib/libf2c/libF77/derf_.c

9 lines
106 B
C
Raw Normal View History

1999-09-18 12:51:31 +02:00
#include "f2c.h"
2003-07-11 05:42:19 +02:00
extern double erf (double);
double
G77_derf_0 (doublereal * x)
1999-09-18 12:51:31 +02:00
{
2003-07-11 05:42:19 +02:00
return (erf (*x));
1999-09-18 12:51:31 +02:00
}