Searched refs:inner_abs (Results 1 – 1 of 1) sorted by relevance
393 int_type inner_abs( param_type x, int_type const &zero = int_type(0) ) in inner_abs() function in boost::rational407 return d > zero && ( n != zero || d == one ) && inner_abs( inner_gcd(n, in is_normalized()