Doxygen Source Code Documentation
derfc_.c File Reference
#include "f2c.h"Go to the source code of this file.
| Functions | |
| double | erfc (double) | 
| double | derfc_ (doublereal *x) | 
Function Documentation
| 
 | 
| 
 Definition at line 10 of file derfc_.c. References erfc(). 
 00012 {
00013 return( erfc(*x) );
00014 }
 | 
| 
 | 
| 
 | 
 
 
 
