e constant

Unit const e

////////////////// ////////////////// A unit of electric charge equal to the charge on one electron (standard name e).

Implementation

// Electric charge //
/////////////////////

/// A unit of electric charge equal to the charge on one electron
/// (standard name `e`).
static const Unit e =
    TransformedUnit(SI.coulomb, MultiplyConverter._(elementaryCharge));