ack/lang/fortran/lib/libF77
1993-11-17 16:38:52 +00:00
..
.distr
abort_.c
c_abs.c Added 1991-10-07 16:59:33 +00:00
c_cos.c
c_div.c
c_exp.c
c_log.c
c_sin.c
c_sqrt.c
cabs.c
d_abs.c Added 1991-10-07 16:59:33 +00:00
d_acos.c Added 1991-10-07 16:59:33 +00:00
d_asin.c
d_atan.c
d_atn2.c
d_cnjg.c Added 1991-10-07 16:59:33 +00:00
d_cos.c
d_cosh.c
d_dim.c
d_exp.c Added 1991-10-07 16:59:33 +00:00
d_imag.c Added 1991-10-07 16:59:33 +00:00
d_int.c
d_lg10.c
d_log.c
d_mod.c Added 1991-10-07 16:59:33 +00:00
d_nint.c
d_prod.c
d_sign.c
d_sin.c
d_sinh.c
d_sqrt.c
d_tan.c
d_tanh.c Added 1991-10-07 16:59:33 +00:00
derf_.c Added 1991-10-07 16:59:33 +00:00
derfc_.c
ef1asc_.c Added 1991-10-07 16:59:33 +00:00
ef1cmc_.c
erf_.c
erfc_.c
getarg_.c Added 1991-10-07 16:59:33 +00:00
getenv_.c Added 1991-10-07 16:59:33 +00:00
h_abs.c
h_dim.c
h_dnnt.c Added 1991-10-07 16:59:33 +00:00
h_indx.c
h_len.c Added 1991-10-07 16:59:33 +00:00
h_mod.c
h_nint.c
h_sign.c
hl_ge.c
hl_gt.c
hl_le.c
hl_lt.c
i_abs.c
i_dim.c
i_dnnt.c
i_indx.c
i_len.c
i_mod.c
i_nint.c
i_sign.c Added 1991-10-07 16:59:33 +00:00
iargc_.c Added 1991-10-07 16:59:33 +00:00
l_ge.c
l_gt.c
l_le.c
l_lt.c
libF77.xsum
LIST
main.c Added 1991-10-07 16:59:33 +00:00
makefile
Notice Added 1991-10-07 16:59:33 +00:00
pow_ci.c
pow_dd.c
pow_di.c
pow_hh.c
pow_ii.c
pow_ri.c
pow_zi.c
pow_zz.c Added 1991-10-07 16:59:33 +00:00
r_abs.c Added 1991-10-07 16:59:33 +00:00
r_acos.c Added 1991-10-07 16:59:33 +00:00
r_asin.c
r_atan.c Added 1991-10-07 16:59:33 +00:00
r_atn2.c
r_cnjg.c
r_cos.c
r_cosh.c
r_dim.c
r_exp.c
r_imag.c
r_int.c
r_lg10.c
r_log.c Added 1991-10-07 16:59:33 +00:00
r_mod.c
r_nint.c
r_sign.c
r_sin.c Added 1991-10-07 16:59:33 +00:00
r_sinh.c
r_sqrt.c
r_tan.c
r_tanh.c
README
s_cat.c
s_cmp.c
s_copy.c
s_paus.c signal now deals with void functions 1993-11-17 16:38:52 +00:00
s_rnge.c
s_stop.c
sig_die.c
signal_.c signal now deals with void functions 1993-11-17 16:38:52 +00:00
system_.c
Version.c
z_abs.c
z_cos.c Added 1991-10-07 16:59:33 +00:00
z_div.c
z_exp.c
z_log.c
z_sin.c Added 1991-10-07 16:59:33 +00:00
z_sqrt.c Added 1991-10-07 16:59:33 +00:00

If your system lacks onexit() and you are not using an ANSI C
compiler, then you should compile main.c with NO_ONEXIT defined.
See the comments about onexit in the makefile.

If your system has a double drem() function such that drem(a,b)
is the IEEE remainder function (with double a, b), then you may
wish to compile r_mod.c and d_mod.c with IEEE_drem defined.

To check for transmission errors, issue the command
	make check
This assumes you have the xsum program whose source, xsum.c,
is distributed as part of "all from f2c/src".  If you do not
have xsum, you can obtain xsum.c by sending the following E-mail
message to netlib@research.att.com
	send xsum.c from f2c/src

The makefile assumes you have installed f2c.h in a standard
place (and does not cause recompilation when f2c.h is changed);
f2c.h comes with "all from f2c" (the source for f2c) and is
available separately ("f2c.h from f2c").