dyne constant

Unit const dyne

//////// //////// A unit of force equal to 1E-5 N (standard name dyn).

Implementation

// Force //
///////////

/// A unit of force equal to `1E-5 N`
/// (standard name `dyn`).
static const Unit dyne = TransformedUnit(
    SI.newton, RationalConverter._(RationalNumber._(1, 100000)));