maxwell constant

Unit const maxwell

//////////////// //////////////// A unit of magnetic flux equal 1E-8 Wb (standard name Mx).

Implementation

// Magnetic Flux //
///////////////////

/// A unit of magnetic flux equal `1E-8 Wb`
/// (standard name `Mx`).
static const Unit maxwell = TransformedUnit(
    SI.weber, RationalConverter._(RationalNumber._(1, 100000000)));