home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turbo Toolbox
/
Turbo_Toolbox.iso
/
sharew
/
f_2_c
/
libf77
/
erfc_.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-06-10
|
92 b
|
10 lines
#include "f2c.h"
double erfc_(x)
real *x;
{
double erfc();
return( erfc(*x) );
}