cgal/Number_types
Laurent Rineau 0df6896822 Fix the "bug" of CORE-1.7 in 64 bits. The bug was actually in CGAL
Number_types and Algebraic_kernel_d! The basis of CORE::BigFloat is not
2^14: it is 2^CORE::CHUNK_BIT. CORE::CHUNK_BIT is 14 in 32 bits, but *30*
in 64 bits!

Update:
  See also revision 58146.
  -- Laurent Rineau, Wed Aug 18 16:42:40 CEST 2010
2010-08-18 13:08:04 +00:00
..
doc_tex Some changes in the Gmpfi and Gmpfr classes: 2010-05-06 15:28:17 +00:00
include/CGAL Fix the "bug" of CORE-1.7 in 64 bits. The bug was actually in CGAL 2010-08-18 13:08:04 +00:00
package_info/Number_types Remove my email adress from header files. 2008-10-11 20:21:08 +00:00
src/CGAL Added static_cast 2010-06-23 08:32:08 +00:00
test/Number_types merge fix from trunk 2010-08-11 08:34:52 +00:00
KNOWN_PROBLEMS_WITH_FLOATING_POINT Test commit. 2008-12-08 09:27:47 +00:00
dont_submit