Doxygen Source Code Documentation
erfc_.c File Reference
#include "f2c.h"Go to the source code of this file.
Functions | |
| double | erfc (double) |
| double | erfc_ (real *x) |
Function Documentation
|
|
|
|
|
Definition at line 8 of file erfc_.c. References erfc().
00010 {
00011 return( erfc(*x) );
00012 }
|