BWAPI
Classes | Variables
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/CORE/BigFloatRep.h File Reference
#include <CGAL/CORE/BigRat.h>
#include <CGAL/CORE/CoreAux.h>
#include <CGAL/CORE/CoreDefs.h>
#include <CGAL/CORE/extLong.h>
Include dependency graph for BigFloatRep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BigFloatRep
struct  BigFloatRep::DecimalOutput

Variables

const long CHUNK_BIT = (long)(LONG_BIT / 2 - 2)
const long HALF_CHUNK_BIT = (CHUNK_BIT + 1) / 2
const long DBL_MAX_CHUNK = (DBL_MAX_EXP - 1) / CHUNK_BIT + 1
const double lgTenM = 3.321928094887362

Variable Documentation

const long CHUNK_BIT = (long)(LONG_BIT / 2 - 2)
const long DBL_MAX_CHUNK = (DBL_MAX_EXP - 1) / CHUNK_BIT + 1
const long HALF_CHUNK_BIT = (CHUNK_BIT + 1) / 2
const double lgTenM = 3.321928094887362
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines