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
Improve support for arm-wince-pe target:
[official-gcc.git]
/
libf2c
/
libF77
/
r_log.c
blob
eaaecc836f263f2428ff94771ca495a3820cb4c5
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
r_log
(
real
*
x
)
7
{
8
return
(
log
(*
x
));
9
}