roentgen constant

Unit const roentgen

///////// ///////// A unit used to measure the ionizing ability of radiation (standard name Roentgen).

Implementation

// Others //
////////////

/// A unit used to measure the ionizing ability of radiation
/// (standard name `Roentgen`).
static const Unit roentgen = TransformedUnit(
    ProductUnit._([
      RationalPower<Unit>(SI.coulomb),
      RationalPower<Unit>(SI.kilogram, RationalNumber._(-1))
    ]),
    MultiplyConverter._(2.58e-4));