revolution constant

Unit const revolution

//////// //////// A unit of angle equal to a full circle or 2<i>&pi;</i> [SI.RADIAN] (standard name rev).

Implementation

// Angle //
///////////

/// A unit of angle equal to a full circle or `2<i>&pi;</i> [SI.RADIAN]`
/// (standard name `rev`).
static const Unit revolution =
    TransformedUnit(SI.radian, MultiplyConverter._(2.0 * math.pi));