|
||
---|---|---|
.. | ||
abort_.c | ||
c_abs.c | ||
c_cos.c | ||
c_div.c | ||
c_exp.c | ||
c_log.c | ||
c_sin.c | ||
c_sqrt.c | ||
cabs.c | ||
d_abs.c | ||
d_acos.c | ||
d_asin.c | ||
d_atan.c | ||
d_atn2.c | ||
d_cnjg.c | ||
d_cos.c | ||
d_cosh.c | ||
d_dim.c | ||
d_exp.c | ||
d_imag.c | ||
d_int.c | ||
d_lg10.c | ||
d_log.c | ||
d_mod.c | ||
d_nint.c | ||
d_prod.c | ||
d_sign.c | ||
d_sin.c | ||
d_sinh.c | ||
d_sqrt.c | ||
d_tan.c | ||
d_tanh.c | ||
derf_.c | ||
derfc_.c | ||
ef1asc_.c | ||
ef1cmc_.c | ||
erf_.c | ||
erfc_.c | ||
getarg_.c | ||
getenv_.c | ||
h_abs.c | ||
h_dim.c | ||
h_dnnt.c | ||
h_indx.c | ||
h_len.c | ||
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 | ||
iargc_.c | ||
l_ge.c | ||
l_gt.c | ||
l_le.c | ||
l_lt.c | ||
libF77.xsum | ||
LIST | ||
main.c | ||
makefile | ||
Notice | ||
pow_ci.c | ||
pow_dd.c | ||
pow_di.c | ||
pow_hh.c | ||
pow_ii.c | ||
pow_ri.c | ||
pow_zi.c | ||
pow_zz.c | ||
r_abs.c | ||
r_acos.c | ||
r_asin.c | ||
r_atan.c | ||
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 | ||
r_mod.c | ||
r_nint.c | ||
r_sign.c | ||
r_sin.c | ||
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 | ||
s_rnge.c | ||
s_stop.c | ||
sig_die.c | ||
signal_.c | ||
system_.c | ||
Version.c | ||
z_abs.c | ||
z_cos.c | ||
z_div.c | ||
z_exp.c | ||
z_log.c | ||
z_sin.c | ||
z_sqrt.c |
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").