public Scalings DefaultScalingFor(IQuantity output)
 {
     return(output.IsFraction() ? Scalings.Linear : Scalings.Log);
 }