repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libf2c
/
libF77
/
r_exp.c
blob
7c1ceea5895d6a098342dccdb00ec6b1755f9088
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
r_exp
(
real
*
x
)
7
{
8
return
(
exp
(*
x
));
9
}