Pristine Ack-5.5
[Ack-5.5.git] / lang / fortran / lib / libF77 / derf_.c
1 #include "f2c.h"
2
3 double derf_(x)
4 doublereal *x;
5 {
6 double erf();
7
8 return( erf(*x) );
9 }