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


Category:intervals,operator Component type:function
Prototype
template <class Tnum>
interval<Tnum> operator / (const Tnum& x, const interval<Tnum>& y) ;
Description
Divides a constant number a by an interval, returning a properly outward rounded interval. If the division yields 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.