]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/libf2c/libF77/erf_.c
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 }