CYCLUS
Namespaces | Functions | Variables
cyc_limits.h File Reference
#include <cmath>
#include <limits>

Go to the source code of this file.

Namespaces

 cyclus
 

Functions

bool cyclus::AlmostEq (double d1, double d2)
 
double cyclus::eps ()
 
double cyclus::eps_rsrc ()
 
bool cyclus::IsNegative (double d)
 

Variables

static const double cyclus::float_ulp_eq = 2
 
static const double cyclus::kConstraintEps = 1e-08
 
static const int cyclus::kIntBoundLimit = std::numeric_limits<int>::max()
 
static const double cyclus::kLinBoundLimit = std::numeric_limits<double>::max()
 
static const double cyclus::kModifierLimit = pow(10, 10)