You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Richard Kreckel
4109ef07d7
More memory efficient Euler-Mascheroni constant:
* src/float/transcendental/cl_LF_tran.h (cl_pqd_series_stream): New.
* src/float/transcendental/cl_LF_ratsumseries_stream_pqd.cc: New file.
* src/float/transcendental/cl_LF_ratsumseries_stream_pqd_aux.cc: New file.
* src/float/transcendental/cl_LF_eulerconst.cc: Compute series coefficients
on demand, using a series stream object.
18 years ago
..
base
* src/base/digitseq/cl_DS_div.cc (cl_recip_suitable): uintC arguments.
18 years ago
complex
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
float
More memory efficient Euler-Mascheroni constant:
18 years ago
integer
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
modinteger
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
modpolynomial
Initial revision
26 years ago
numtheory
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
polynomial
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
rational
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
real
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
18 years ago
timing
* Change all C include headers to ISO style within C++ code.
21 years ago
vector
Remove exception hooks in favor of real C++ exceptions:
18 years ago
Makefile.devel
Initial revision
26 years ago
Makefile.in
* tests/Makefile.in: MinGW support for make check
19 years ago
Makeflags
Initial revision
26 years ago
Makerules.devel
Initial revision
26 years ago
TUNING
- Added comment about order of tuning.
26 years ago