22UNIT_ADD(angular_acceleration, radians_per_second_squared,
23 radians_per_second_squared, rad_per_s_sq,
28UNIT_ADD(angular_acceleration, turns_per_second_squared,
29 turns_per_second_squared, tr_per_s_sq,
34UNIT_ADD(angular_acceleration, revolutions_per_minute_per_second,
35 revolutions_per_minute_per_second, rev_per_m_per_s,
41using namespace angular_acceleration;
#define UNIT_ADD_CATEGORY_TRAIT(unitCategory)
Macro to create the is_category_unit type trait.
Definition: base.h:369
typename units::detail::inverse_impl< U >::type inverse
represents the inverse unit type of class U.
Definition: base.h:1134
typename units::detail::squared_impl< U >::type squared
represents the unit type of class U squared
Definition: base.h:1165
typename units::detail::compound_impl< U, Us... >::type compound_unit
Represents a unit type made up from other units.
Definition: base.h:1434
Unit Conversion Library namespace.
Definition: data.h:31
squared< angle::degrees > UNIT_ADD(solid_angle, spat, spats, sp, unit< std::ratio< 4 >, steradians, std::ratio< 1 > >) using namespace solid_angle
degrees
Definition: angle.h:43
compound_unit< angle::degrees, inverse< squared< time::seconds > > > rev_per_m_sq
Definition: angular_acceleration.h:32
degrees_per_second_squared
Definition: angular_acceleration.h:25
deg_per_s_sq
Definition: angular_acceleration.h:26
compound_unit< angle::degrees, inverse< squared< time::seconds > > > revolutions_per_minute_squared
Definition: angular_acceleration.h:31
Class representing SI base unit types.
Definition: base.h:757
Type representing an arbitrary unit.
Definition: base.h:884