pub type SpecificEntropy<T = f64> = Quantity<T, _SpecificEntropy>;
pub struct SpecificEntropy<T = f64>(/* private fields */);