//! Scalar conversion required by multiplicative physical units.
/// A provider scalar that can be scaled by an SI-unit coefficient.
///
/// The conversion is intentionally owned by Eunomia so downstream physical
/// quantity crates use one provider-defined path for real storage types and
/// complex phasors. A complex value is scaled componentwise; its imaginary
/// component is quadrature, not a second physical unit.