atmosphere constant

Unit const atmosphere

/////////// /////////// A unit of pressure equal to the average pressure of the Earth's atmosphere at sea level (standard name atm).

Implementation

// Pressure //
//////////////

/// A unit of pressure equal to the average pressure of the Earth's
/// atmosphere at sea level (standard name `atm`).
static const Unit atmosphere = TransformedUnit(
    SI.pascal, RationalConverter._(RationalNumber._(1, 101325)));