elementaryCharge constant

ElectricCharge const elementaryCharge

The elementary charge (e) as an ElectricCharge quantity. Value: 1.602176634×10⁻¹⁹ C.

This is an exact value by definition since the 2019 SI redefinition.

Implementation

static const ElectricCharge elementaryCharge = ElectricCharge(
  1.602176634e-19,
  ElectricChargeUnit.coulomb,
);