#include "exprOp.hpp"
Include dependency graph for exprBDiv.hpp:
This graph shows which files directly or indirectly include this file:
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 exprDiv::getBounds(), exprUBDiv::operator()(), and exprLBDiv::operator()().