repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* stor-layout.c (place_field): Revert erroneous commit.
[official-gcc.git]
/
libf2c
/
libF77
/
d_cosh.c
blob
00938bda13eb308bbd77655319434544c6e39e8a
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_cosh
(
doublereal
*
x
)
7
{
8
return
(
cosh
(*
x
));
9
}