This website requires JavaScript.
Explore
Help
Sign In
git
/
gcc
mirror of
git://gcc.gnu.org/git/gcc.git
Watch
1
Star
0
Fork
You've already forked gcc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce2a46a203
gcc
/
libf2c
/
libF77
/
r_log.c
10 lines
96 B
C
Raw
Blame
History
#
include
"f2c.h"
#
undef abs
#
include
<math.h>
double
r_log
(
real
*
x
)
{
return
(
log
(
*
x
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink