lambert constant

Unit const lambert

////////////// ////////////// A unit of illuminance equal to 1E4 Lx (standard name La).

Implementation

// Illuminance //
/////////////////

/// A unit of illuminance equal to `1E4 Lx`
/// (standard name `La`).
static const Unit lambert =
    TransformedUnit(SI.lux, RationalConverter._(RationalNumber._(10000)));