#include <math.h>
#include "exprCos.hpp"
#include "exprSin.hpp"
#include "exprBCos.hpp"
#include "exprOpp.hpp"
#include "exprMul.hpp"
#include "exprClone.hpp"
Include dependency graph for exprCos.cpp:
Go to the source code of this file.
Variables | |
static const CouNumber | pi = M_PI |
static const CouNumber | pi2 = M_PI * 2. |
static const CouNumber | pih = M_PI / 2. |
Definition at line 22 of file exprCos.cpp.
Referenced by BCP_lp_adjust_row_effectiveness(), MCF3_lp::compute_lower_bound(), MCF2_lp::compute_lower_bound(), MCF1_lp::compute_lower_bound(), getConstraintMatrix(), BCP_lp_user::pack_dual_solution(), OS_lp::process_lp_result(), and trigImpliedBound().
Definition at line 23 of file exprCos.cpp.
Referenced by exprSin::closestFeasible(), exprCos::closestFeasible(), exprSin::getBounds(), exprCos::getBounds(), exprUBSin::operator()(), exprLBSin::operator()(), exprUBCos::operator()(), exprLBCos::operator()(), and trigImpliedBound().
Definition at line 24 of file exprCos.cpp.
Referenced by exprSin::closestFeasible(), and trigImpliedBound().