OBOE  0.1
AccpmDefs.h File Reference
#include <float.h>
#include <iostream>
#include <cmath>
#include <string.h>
#include <set>

Go to the source code of this file.

Classes

struct  ltstr

Defines

#define ACCPM_PLUS_INF   DBL_MAX/100
#define ACCPM_MINUS_INF   -ACCPM_PLUS_INF

Typedefs

typedef std::set< int > StdIntSet

Functions

bool IS_FINITE (double x)
bool DBL_CMP (double A, double B, double precision=1e-15)
bool DBL_LT (double A, double B, double precision=1e-14)
bool DBL_GT (double A, double B, double precision=1e-14)
void AccpmWarning (const char *msg)
void AccpmError (const char *msg)

Define Documentation


Typedef Documentation

typedef std::set<int> StdIntSet

Function Documentation

bool DBL_CMP ( double  A,
double  B,
double  precision = 1e-15 
) [inline]
bool DBL_GT ( double  A,
double  B,
double  precision = 1e-14 
) [inline]