avogadroConstant constant

double const avogadroConstant

Avogadro constant (Nₐ). Value: 6.02214076×10²³ mol⁻¹.

This is an exact value by definition since the 2019 SI redefinition. Note: This is represented as a double because its unit is mol⁻¹, a compound unit not yet represented by a Quantity type.

Implementation

static const double avogadroConstant = 6.02214076e23;