bool contains(const std::complex<T>& v) const; bool contains(const rc_interval<T>& o) const; bool overlaps(const rc_interval<T>& o) const;
Determines whether the given is in the current interval
, that is
.
Determines whether the given is contained in the current interval
, that is
.
Determines whether the given overlaps with the current interval
, that is
such that
.