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