CYCLUS
|
#include <cmath>
#include <limits>
Go to the source code of this file.
Namespaces | |
namespace | 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::CY_LARGE_DOUBLE = 1e299 |
static const int | cyclus::CY_LARGE_INT = 2147483647 |
static const double | cyclus::CY_NEAR_ZERO = 1e-08 |
static const double | cyclus::float_ulp_eq = 2 |
static const double | cyclus::kModifierLimit = pow(10, 10) |