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
* builtins.def: Break out _Complex math functions into their
[official-gcc.git]
/
libf2c
/
libF77
/
d_exp.c
blob
7b4f3e529c4021c7978d0bb2b89af3396e8871b0
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_exp
(
doublereal
*
x
)
7
{
8
return
(
exp
(*
x
));
9
}