]> www.ginac.de Git - cln.git/history - src/float
Specify instruction width explicitly.
[cln.git] / src / float /
2007-10-12 Richard Kreckel Fix compilation on CYGWIN:
2007-09-15 Richard Kreckel * */*: Convert encoding from ISO 8859-1 to...
2007-09-13 Richard Kreckel Truncated binary splitting for even more memory effici...
2007-09-07 Richard KreckelMore memory efficient Euler-Mascheroni constant:
2007-08-01 Richard Kreckel * */*: Remove cl_boolean, cl_true, and cl_false...
2007-07-28 Richard Kreckel Remove exception hooks in favor of real C+...
2007-05-31 Richard Kreckel * include/cln/integer.h (cl_I_to_E, cl_I_to_UE...
2007-04-29 Bruno HaibleAdd reference to Lupas' paper.
2007-04-08 Richard Kreckel More memory efficient constants:
2006-12-11 Richard Kreckel Extend the exponent range from 32 bits to 64...
2006-04-24 Richard Kreckel2006-04-25 Bruno Haible <bruno@clisp.org>
2006-03-22 Richard Kreckel* Cumulative patch including Bruno's work on large...
2005-08-29 Bruno HaibleMake the long-float overflow check work on 64-bit platf...
2004-10-25 Richard Kreckel * src/integer/input/cl_I_read_stream.cc (read_integer...
2004-06-23 Richard Kreckel* Remove unused labels.
2004-06-23 Richard Kreckel* Change all C include headers to ISO style within...
2004-03-09 Bruno HaibleFix a bug occurring with extremely high exponents.
2004-03-08 Bruno HaibleFix an extreme case in long-float multiplication.
2002-05-06 Bruno HaibleForce link-time references despite optimizations done...
2001-11-03 Richard Kreckel * revert broken indentation.
2001-11-03 Richard Kreckel * src/float/transcendental/cl_F_sinx.cc (sinx_n...
2001-08-06 Bruno HaibleAdd a literature reference for the formula.
2001-07-22 Richard Kreckel * src/float/base/cl_ieee.cc: try to do magic...
2001-05-25 Richard Kreckel * autoconf/floatparam.c (double_wordorder_bigen...
2000-12-14 Richard Kreckel * */*: cl_istream -> std::istream, cl_ostream... cln_1-1-0
2000-11-24 Richard Kreckel * */*: Removed problematic stdin, stdout and...
2000-11-01 Richard Kreckel * include/cln/object.h (cl_combine): define...
2000-09-05 Richard Kreckel * include/cln/number.h (As): Fix it in namespac...
2000-08-28 Richard Kreckel * All Files have been modified for inclusion...
2000-07-13 Bruno HaibleAccept floats with 1.2L0_100 syntax when reading from...
2000-06-21 Bruno HaibleDistinguish between cl_word_size and the ABI's pointer...
2000-05-27 Richard Kreckel- src/float/lfloat/algebraic/cl_LF_sqrt.cc, src/base...
2000-05-04 Richard Kreckel* Removed internal gmp/ directory and other traces...
2000-01-28 Richard KreckelInitial revision