Factor
data class Factor(val specification: UnitSpecification<*>, val powerValue: Double = 1.0) : Comparable<Factor>
Describes one dimension of unit as logical pair of specification and powerValue.
Describes one dimension of unit as logical pair of specification and powerValue.