Sign in
gnu
/
gcc
/
d01fc6a3172f05d1618263450c1c9f13737acf57
/
.
/
libf2c
/
libF77
/
erfc_.c
blob: 7f3ff8a5dbddb45b858b1a9aa09058e2b8fef38a [
file
] [
log
] [
blame
]
#include
"f2c.h"
extern
double
erfc
(
double
);
double
G77_erfc_0
(
real
*
x
)
{
return
(
erfc
(*
x
));
}