ack/lang/fortran/lib/libF77
David Given f67c98e239 Distributions are a pain --- let's not bother any more. Instead, we just tag
the repository and download a complete snapshot, old and ancient stuff and all.
2016-09-02 23:00:38 +02:00
..
abort_.c Added 1991-10-07 16:59:33 +00:00
c_abs.c
c_cos.c
c_div.c
c_exp.c
c_log.c Added 1991-10-07 16:59:33 +00:00
c_sin.c
c_sqrt.c
cabs.c Added 1991-10-07 16:59:33 +00:00
d_abs.c
d_acos.c
d_asin.c
d_atan.c Added 1991-10-07 16:59:33 +00:00
d_atn2.c Added 1991-10-07 16:59:33 +00:00
d_cnjg.c Added 1991-10-07 16:59:33 +00:00
d_cos.c Added 1991-10-07 16:59:33 +00:00
d_cosh.c
d_dim.c Added 1991-10-07 16:59:33 +00:00
d_exp.c
d_imag.c
d_int.c Added 1991-10-07 16:59:33 +00:00
d_lg10.c
d_log.c
d_mod.c
d_nint.c Added 1991-10-07 16:59:33 +00:00
d_prod.c Added 1991-10-07 16:59:33 +00:00
d_sign.c
d_sin.c Added 1991-10-07 16:59:33 +00:00
d_sinh.c Added 1991-10-07 16:59:33 +00:00
d_sqrt.c
d_tan.c
d_tanh.c
derf_.c
derfc_.c
ef1asc_.c
ef1cmc_.c Added 1991-10-07 16:59:33 +00:00
erf_.c Added 1991-10-07 16:59:33 +00:00
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 Added 1991-10-07 16:59:33 +00:00
h_dnnt.c
h_indx.c
h_len.c
h_mod.c
h_nint.c Added 1991-10-07 16:59:33 +00:00
h_sign.c
hl_ge.c
hl_gt.c Added 1991-10-07 16:59:33 +00:00
hl_le.c Added 1991-10-07 16:59:33 +00:00
hl_lt.c Added 1991-10-07 16:59:33 +00:00
i_abs.c Added 1991-10-07 16:59:33 +00:00
i_dim.c Added 1991-10-07 16:59:33 +00:00
i_dnnt.c Added 1991-10-07 16:59:33 +00:00
i_indx.c
i_len.c Added 1991-10-07 16:59:33 +00:00
i_mod.c Added 1991-10-07 16:59:33 +00:00
i_nint.c
i_sign.c Added 1991-10-07 16:59:33 +00:00
iargc_.c
l_ge.c
l_gt.c
l_le.c
l_lt.c
libF77.xsum Added 1991-10-07 16:59:33 +00:00
LIST Added 1991-10-07 16:59:33 +00:00
main.c
makefile
Notice Added 1991-10-07 16:59:33 +00:00
pow_ci.c
pow_dd.c
pow_di.c Added 1991-10-07 16:59:33 +00:00
pow_hh.c Added 1991-10-07 16:59:33 +00:00
pow_ii.c Added 1991-10-07 16:59:33 +00:00
pow_ri.c Added 1991-10-07 16:59:33 +00:00
pow_zi.c Added 1991-10-07 16:59:33 +00:00
pow_zz.c
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 Added 1991-10-07 16:59:33 +00:00
r_atan.c
r_atn2.c Added 1991-10-07 16:59:33 +00:00
r_cnjg.c Added 1991-10-07 16:59:33 +00:00
r_cos.c
r_cosh.c Added 1991-10-07 16:59:33 +00:00
r_dim.c
r_exp.c Added 1991-10-07 16:59:33 +00:00
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 Added 1991-10-07 16:59:33 +00:00
r_sign.c Added 1991-10-07 16:59:33 +00:00
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 Added 1991-10-07 16:59:33 +00:00
s_cat.c
s_cmp.c Added 1991-10-07 16:59:33 +00:00
s_copy.c Added 1991-10-07 16:59:33 +00:00
s_paus.c
s_rnge.c
s_stop.c
sig_die.c Added 1991-10-07 16:59:33 +00:00
signal_.c
system_.c
Version.c
z_abs.c
z_cos.c
z_div.c Added 1991-10-07 16:59:33 +00:00
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").