Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
erf_.c
Go to the documentation of this file.00001 #include "f2c.h"
00002
00003 #ifdef KR_headers
00004 double erf();
00005 double erf_(x) real *x;
00006 #else
00007 extern double erf(double);
00008 double erf_(real *x)
00009 #endif
00010 {
00011 return( erf(*x) );
00012 }