#include "exprOp.hpp"
Go to the source code of this file.
Classes | |
class | exprLBDiv |
class to compute lower bound of a fraction based on the bounds of both numerator and denominator More... | |
class | exprUBDiv |
class to compute upper bound of a fraction based on the bounds of both numerator and denominator More... | |
Functions | |
static CouNumber | safeDiv (register CouNumber a, register CouNumber b, int sign) |
division that avoids NaN's and considers a sign when returning infinity |
division that avoids NaN's and considers a sign when returning infinity
Definition at line 18 of file exprBDiv.hpp.
References COUENNE_EPS, and COUENNE_INFINITY.
Referenced by exprUBDiv::operator()(), and exprLBDiv::operator()().