4.2BSD/usr/src/usr.lib/libF77/derf_.c

Compare this file to the similar file:
Show the results in this format:

/*
 *	"@(#)derf_.c	1.1"
 */

double derf_(x)
double *x;
{
double erf();

return( erf(*x) );
}