Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Header <boost/units/systems/si/angular_velocity.hpp>

namespace boost {
  namespace units {
    namespace si {
      typedef unit< angular_velocity_dimension, si::system > angular_velocity;

      static const angular_velocity radian_per_second;
      static const angular_velocity radians_per_second;
    }
  }
}

PrevUpHomeNext