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