]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - contrib/libf2c/libF77/derf_.c
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / contrib / libf2c / libF77 / derf_.c
1 #include "f2c.h"
2
3 extern double erf (double);
4 double
5 G77_derf_0 (doublereal * x)
6 {
7   return (erf (*x));
8 }