mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 16:48:36 -05:00
8 lines
106 B
C
8 lines
106 B
C
#include "f2c.h"
|
|
|
|
extern double erf (double);
|
|
double
|
|
G77_derf_0 (doublereal * x)
|
|
{
|
|
return (erf (*x));
|
|
}
|