Sign in
gnu
/
gcc
/
d01fc6a3172f05d1618263450c1c9f13737acf57
/
.
/
libf2c
/
libF77
/
erf_.c
blob: fadbfaf038a739af8424f4eb6e1de8d145706dca [
file
] [
log
] [
blame
]
#include
"f2c.h"
extern
double
erf
(
double
);
double
G77_erf_0
(
real
*
x
)
{
return
(
erf
(*
x
));
}