succ [MTL Home] Programmers Guide
  Contents | Index |  Search 


Category:intervals,utilities Component type:function
Prototype
template <class Tnum>
interval<Tnum> succ(const interval<Tnum>& x) ;
Description
Expands the interval by a minimal ammount. In essence it expands it by the numeric_limits::eta() in both directions
Definition
interval.cct
Preconditions
Complexity
Example
Notes
See also

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