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