horsepower constant

Unit const horsepower

//////// //////// A unit of power equal to the power required to raise a mass of 75 kilograms at a velocity of 1 meter per second (metric, standard name hp).

Implementation

// Power //
///////////

/// A unit of power equal to the power required to raise a mass of 75
/// kilograms at a velocity of 1 meter per second (metric,
/// standard name `hp`).
static const Unit horsepower =
    TransformedUnit(SI.watt, MultiplyConverter._(735.499));