Current behavior: `MiB(10) * 10 = MiB(100.0)` `10 * MiB(10) = 100.0` These are **incorrect** results. Mathematically and semantically the results should be the same.
Current behavior:
MiB(10) * 10 = MiB(100.0)10 * MiB(10) = 100.0These are incorrect results. Mathematically and semantically the results should be the same.