|
|
Initial revision
/*
* "@(#)erf_.c 1.1"
*/
float erf_(x)
float *x;
{
double erf();
return( erf(*x) );
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.