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