c constant

Unit const c

A unit of velocity relative to the speed of light (standard name c).

Implementation

static const Unit c = TransformedUnit(
    SI.metersPerSecond, RationalConverter._(RationalNumber._(299792458, 1)));