#include <math.h>#include "CouenneExprSin.hpp"#include "CouenneExprClone.hpp"#include "CouenneExprCos.hpp"#include "CouenneExprBSin.hpp"#include "CouenneExprMul.hpp"
Go to the source code of this file.
Namespaces | |
| Couenne | |
| general include file for different compilers | |
Functions | |
| bool | Couenne::trigImpliedBound (enum cou_trig, int, int, CouNumber *, CouNumber *, t_chg_bounds *) |
| generalized implied bound procedure for sine/cosine More... | |
Variables | |
| static const CouNumber | Couenne::pi = M_PI |
| static const CouNumber | Couenne::pi2 = M_PI * 2. |
| static const CouNumber | Couenne::pih = M_PI / 2. |
1.8.5