Go to the source code of this file.
|
| namespace | units |
| | Unit Conversion Library namespace.
|
| |
| namespace | units::angular_velocity |
| | namespace for unit types and containers representing angular velocity values
|
| |
|
| | units::UNIT_ADD (angular_velocity, radians_per_second, radians_per_second, rad_per_s, unit< std::ratio< 1 >, units::category::angular_velocity_unit >) UNIT_ADD(angular_velocity |
| |
| compound_unit< angle::degrees, inverse< time::seconds > > | units::UNIT_ADD (angular_velocity, turns_per_second, turns_per_second, tps, compound_unit< angle::turns, inverse< time::seconds > >) UNIT_ADD(angular_velocity |
| |
| compound_unit< angle::degrees, inverse< time::seconds > > unit< std::ratio< 2, 60 >, radians_per_second, std::ratio< 1 > > | units::UNIT_ADD (angular_velocity, milliarcseconds_per_year, milliarcseconds_per_year, mas_per_yr, compound_unit< angle::milliarcseconds, inverse< time::year > >) using namespace angular_velocity |
| |