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


Category:intervals,math Component type:function
Prototype
template <class Tnum>
interval<Tnum> ln(const interval<Tnum>& x) ;
Description
Returns the natural log of an interval, returns an properly outward rounded interval. Equivilant to log()
Definition
interval.cct
Preconditions
Complexity
Example
Notes
See also

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