]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/libf2c/libF77/erf_.c
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / contrib / libf2c / libF77 / erf_.c
1 #include "f2c.h"
2
3 extern double erf (double);
4 double
5 G77_erf_0 (real * x)
6 {
7   return (erf (*x));
8 }