source:
branches/GNU/src/gcc/libf2c/libF77/r_cosh.c@
1391
| Last change on this file since 1391 was 1391, checked in by , 22 years ago | |
|---|---|
|
|
| File size: 98 bytes | |
| Line | |
|---|---|
| 1 | #include "f2c.h" |
| 2 | |
| 3 | #undef abs |
| 4 | #include <math.h> |
| 5 | double |
| 6 | r_cosh (real * x) |
| 7 | { |
| 8 | return (cosh (*x)); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
