![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { namespace gradian { typedef make_system< boost::units::angle::gradian_base_unit >::type system; typedef unit< dimensionless_type, system > dimensionless; typedef unit< plane_angle_dimension, system > plane_angle; // angle gradian unit constant static const plane_angle gradian; static const plane_angle gradians; } } }