g constant

Unit const g

/////////////// /////////////// A unit of acceleration equal to the gravity at the earth's surface (standard name grav).

Implementation

// Acceleration //
//////////////////

/// A unit of acceleration equal to the gravity at the earth's surface
/// (standard name `grav`).
static const Unit g = TransformedUnit(
    SI.metresPerSquareSecond, RationalConverter._(standardGravity));