Doxygen Source Code Documentation
r_exp.c File Reference
#include "f2c.h"
#include "mathh.h"
Go to the source code of this file.
Functions | |
double | r_exp (real *x) |
Function Documentation
|
Definition at line 9 of file r_exp.c.
00011 {
00012 return( exp(*x) );
00013 }
|