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
* tree.h: Remove include of version.h
[official-gcc.git]
/
libf2c
/
libF77
/
erf_.c
blob
fadbfaf038a739af8424f4eb6e1de8d145706dca
1
#include
"f2c.h"
2
3
extern
double
erf
(
double
);
4
double
5
G77_erf_0
(
real
*
x
)
6
{
7
return
(
erf
(*
x
));
8
}