Definition at line 131 of file skew.cpp.
135{
136 for (
int i = 0; i <
_n_vars; i++)
137 {
138 int cmp = exp1[i] -
exp2[i];
139 if (cmp < 0) return 0;
141 }
143 return sign;
144}
int mult_sign(const int *exp1, const int *exp2) const
VALGRIND_MAKE_MEM_DEFINED & result(result)
const mpreal exp2(const mpreal &x, mp_rnd_t r=mpreal::get_default_rnd())
References _n_vars, mult_sign(), and result().