![]() |
Home | Libraries | People | FAQ | More |
namespace boost { namespace units { typedef derived_dimension< length_base_dimension, 2, mass_base_dimension, 1, time_base_dimension,-2, current_base_dimension,-2 >::type inductance_dimension; // derived dimension for inductance : L^2 M T^-2 I^-2 } }