cgal/Number_types
Laurent Rineau 1ca243eaa3 Merge:
| ------------------------------------------------------------------------
  | r58141 | lrineau | 2010-08-18 15:08:04 +0200 (Wed, 18 Aug 2010) | 5 lines
  | Changed paths:
  |    M /branches/CGAL-3.7-branch/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_d/Float_traits.h
  |    M /branches/CGAL-3.7-branch/Number_types/include/CGAL/CORE_BigFloat.h
  | 
  | 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 revision 58145. 
  -- Laurent Rineau Wed Aug 18 16:26:15 CEST 2010
2010-08-18 13:48:03 +00:00
..
doc_tex Some changes in the Gmpfi and Gmpfr classes: 2010-05-06 15:28:17 +00:00
include/CGAL Merge: 2010-08-18 13:48:03 +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 fix problem with x86-64_Linux-2.6_g++-4.4.0_F13 2010-08-10 09:32:01 +00:00
KNOWN_PROBLEMS_WITH_FLOATING_POINT Test commit. 2008-12-08 09:27:47 +00:00
dont_submit