are constant

Unit const are

/////// /////// A unit of area equal to 100 m² (standard name a).

Implementation

// Area //
//////////

/// A unit of area equal to `100 m²`
/// (standard name `a`).
static const Unit are = TransformedUnit(SI.squareMetre, SI.E2);