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