Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template pow

boost::units::pow

Synopsis

// In header: <boost/units/cmath.hpp>


template<typename S, typename Y> 
  quantity<  
  (quantity<  q1, 
      quantity<  q2);

Description

For non-dimensionless quantities, integral and rational powers and roots can be computed by pow<Ex> and root<Rt> respectively.


PrevUpHomeNext