operator & [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:intervals,operator Component type:function
Prototype
template <class Tnum>
interval<Tnum> operator & (const interval<Tnum>& x, const interval<Tnum>& y) ;
Description
Returns the interval which bounds the region covered by both intervals x and y. If the intervals do not intersect, it returns a non-signaling NaN.
Definition
interval.cct
Preconditions
Complexity
Example
Notes
See also

[MTL Home] Copyright © 1998,1999 University of Notre Dame. All Rights Reserved.