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


Category:intervals,utilities Component type:function
Prototype
template <class Tnum>
interval<Tnum> pred(const interval<Tnum>& x) ;
Description
Shrinks the interval by a minimal ammount. In essence it shrinks 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.