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
* function.c (purge_addressof): Use free_INSN_LIST_node instead of
[official-gcc.git]
/
libf2c
/
libF77
/
d_log.c
blob
95dc767fb2ad31ab454a07b24dc6263d3570eb55
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
d_log
(
doublereal
*
x
)
7
{
8
return
(
log
(*
x
));
9
}