Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
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
));
}