Ken Kundert
Results
41
comments of
Ken Kundert
Here is a fixed-up version of your example: ``` >>> from quantiphy import Quantity >>> b = Quantity(1000, 'B') >>> print(b.fixed(scale='MiB') 0.001 MiB ``` Notice I did not specify the...