10 lines
83 B
C
10 lines
83 B
C
#include "f2c.h"
|
|
|
|
double erfc_(x)
|
|
real *x;
|
|
{
|
|
double erfc();
|
|
|
|
return( erfc(*x) );
|
|
}
|