electronMass constant

Unit const electronMass

A unit of mass equal to the mass of the electron (standard name me).

Implementation

static const Unit electronMass =
    TransformedUnit(SI.kilogram, MultiplyConverter._(9.10938188e-31));