Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template root

boost::units::root — take the static_rational root of a value

Synopsis

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


template<typename Rat, typename Y> 
  root_typeof_helper< Y, Rat >::type root(const Y & x);

Description

take the integer root of a value


PrevUpHomeNext