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
* java/util/zip/ZipEntry.java (ZipEntry(String)): When name is bigger
[official-gcc.git]
/
libf2c
/
libF77
/
r_sqrt.c
blob
ed832ba70e171e9f733b2b6019533a87c814b0f1
1
#include
"f2c.h"
2
3
#undef abs
4
#include <math.h>
5
double
6
r_sqrt
(
real
*
x
)
7
{
8
return
(
sqrt
(*
x
));
9
}