| 8 |
* rational/transcendental/cl_RA_logp.cc: fix bug where base is |
* rational/transcendental/cl_RA_logp.cc: fix bug where base is |
| 9 |
reciprocal of an integer. |
reciprocal of an integer. |
| 10 |
|
|
| 11 |
|
2004-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
| 12 |
|
|
| 13 |
|
* benchmarks/timebench1.cc, benchmarks/timebench2a.LiDIA.cc, |
| 14 |
|
benchmarks/timebench2a.cc, benchmarks/timebench2ap.cc, |
| 15 |
|
benchmarks/timebench2b.LiDIA.cc, benchmarks/timebench2b.cc, |
| 16 |
|
examples/atan_recip.cc, examples/atanh_recip.cc, |
| 17 |
|
examples/contfrac.cc, examples/e.cc, examples/legendre.cc, |
| 18 |
|
examples/lucaslehmer.cc, examples/pi.cc, include/cln/GV.h, |
| 19 |
|
include/cln/SV.h, include/cln/malloc.h, include/cln/modules.h, |
| 20 |
|
include/cln/object.h, include/cln/string.h, src/base/cl_abort.cc, |
| 21 |
|
src/base/cl_alloca.h, src/base/cl_malloc.cc, |
| 22 |
|
src/base/random/cl_random_from.cc, |
| 23 |
|
src/base/string/cl_spushstring_append.cc, |
| 24 |
|
src/base/string/cl_spushstring_push.cc, |
| 25 |
|
src/base/string/cl_st_debug.cc, |
| 26 |
|
src/base/string/input/cl_st_gettoken.cc, |
| 27 |
|
src/complex/input/cl_N_read.cc, src/float/input/cl_F_read.cc, |
| 28 |
|
src/float/output/cl_F_dprint.cc, src/integer/input/cl_I_read.cc, |
| 29 |
|
src/rational/input/cl_RA_read.cc, |
| 30 |
|
src/real/format-output/cl_fmt_integer.cc, |
| 31 |
|
src/real/format-output/cl_fmt_paddedstring.cc, |
| 32 |
|
src/real/input/cl_R_read.cc, src/timing/cl_t_current.cc, |
| 33 |
|
src/timing/cl_t_current2.cc, tests/exam.cc, tests/tests.cc, |
| 34 |
|
tests/timeLFRAmul.cc, tests/timeLFatan-compare.cc, |
| 35 |
|
tests/timeLFatan.cc, tests/timeLFatanh-compare.cc, |
| 36 |
|
tests/timeLFatanh.cc, tests/timeLFcos-compare.cc, tests/timeLFcos.cc, |
| 37 |
|
tests/timeLFcosh.cc, tests/timeLFexp-compare.cc, tests/timeLFexp.cc, |
| 38 |
|
tests/timeLFln-compare.cc, tests/timeLFln.cc, |
| 39 |
|
tests/timeLFsin-compare.cc, tests/timeLFsin.cc, tests/timeLFsinh.cc, |
| 40 |
|
tests/timeLFsqrt.cc, tests/timeMImisc5.cc, tests/timeMIpow2div.cc, |
| 41 |
|
tests/timeMIpow2recip.cc, tests/timeRALFdiv.cc, tests/timeRAtoLF.cc, |
| 42 |
|
tests/timeUPMImul.cc, tests/timecatalan.cc, tests/timediv.cc, |
| 43 |
|
tests/timediv2adic-compare.cc, tests/timediv2adic.cc, |
| 44 |
|
tests/timeeuler.cc, tests/timeexp1.cc, tests/timefact.cc, |
| 45 |
|
tests/timegcd.cc, tests/timemul-compare.cc, tests/timemul.cc, |
| 46 |
|
tests/timepi.cc, tests/timeprint-compare.cc, tests/timeprint.cc, |
| 47 |
|
tests/timerecip2adic-compare.cc, tests/timerecip2adic.cc, |
| 48 |
|
tests/timesqrt.cc, tests/timesqrtmodp.cc, tests/timesquare.cc, |
| 49 |
|
tests/timezeta3.cc: Change all C include headers to ISO style |
| 50 |
|
within C++ code. |
| 51 |
|
|
| 52 |
2004-06-10 Richard B. Kreckel <kreckel@ginac.de> |
2004-06-10 Richard B. Kreckel <kreckel@ginac.de> |
| 53 |
|
|
| 54 |
* examples/perfnum.cc: update to presumed 41st Mersenne prime. |
* examples/perfnum.cc: update to presumed 41st Mersenne prime. |