#include <math.h>#include <stdlib.h>#include <stdio.h>#include "CouenneTypes.hpp"Include dependency graph for trigNewton.cpp:

Go to the source code of this file.
Defines | |
| #define | MAX_ITER 1000 |
| #define | COU_TRIG_TOLERANCE 1e-12 |
Functions | |
| CouNumber | trigNewton (CouNumber a, CouNumber l, CouNumber u) |
| common convexification method used by both cos and sin | |
| #define MAX_ITER 1000 |
Definition at line 16 of file trigNewton.cpp.
| #define COU_TRIG_TOLERANCE 1e-12 |
common convexification method used by both cos and sin
Definition at line 19 of file trigNewton.cpp.
References cos(), COU_TRIG_TOLERANCE, k, MAX_ITER, and sin().
Referenced by bayEnvelope().
1.4.7