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 Tnum& y) ;
Description
Divides an interval by a constant number, returning a properly outward rounded interval. If the division returns an improper interval, it will be "flipped" to return a proper interval.
Definition
interval.cct
Preconditions
Complexity
Example
Notes
See also

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