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