This website requires JavaScript.
Explore
Help
Register
Sign In
MatCat.OpenSource
/
8sa1-gcc
Watch
1
Star
0
Fork
0
You've already forked 8sa1-gcc
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
134fee658d
8sa1-gcc
/
libf2c
/
libF77
/
erf_.c
9 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
* Previous contents of gcc/f/runtime moved into toplevel "libf2c" directory. From-SVN: r17568
1998-01-31 20:37:08 -05:00
#
include
"f2c.h"
*: Fix formatting. * libF77/*: Fix formatting. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54145
2002-06-01 08:38:32 -04:00
extern
double
erf
(
double
)
;
double
G77_erf_0
(
real
*
x
)
* Previous contents of gcc/f/runtime moved into toplevel "libf2c" directory. From-SVN: r17568
1998-01-31 20:37:08 -05:00
{
*: Fix formatting. * libF77/*: Fix formatting. * libI77/*: Likewise. * libU77/*: Likewise. From-SVN: r54145
2002-06-01 08:38:32 -04:00
return
(
erf
(
*
x
)
)
;
* Previous contents of gcc/f/runtime moved into toplevel "libf2c" directory. From-SVN: r17568
1998-01-31 20:37:08 -05:00
}
Reference in New Issue
Copy Permalink