Searched refs:roughly_negative (Results 1 – 1 of 1) sorted by relevance
464 inline bool roughly_negative(double x) { in roughly_negative() function469 return a <= c ? roughly_negative(a - b) && roughly_negative(b - c) in roughly_between()470 : roughly_negative(b - a) && roughly_negative(c - b); in roughly_between()