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


Category:intervals,math Component type:function
Prototype
template <class Tnum>
interval<Tnum> pow(const interval<Tnum>&x, interval<Tnum> p) ;
Description
Computes x^p where p and x are an intervals. Invoked in the same manner as a normal pow(interval<Tnum> x, Tnum p).
Definition
interval.cct
Preconditions
Complexity
Example
Notes
See also

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