magnitude
magnitude copied to clipboard
A Python library for computing with numbers with units.
Hi, do you have any plans to add `magnitude` to `conda`. I've been looking for something like this to convert between any two data units (e.g. `MB -> GB`, `MB...
This is on version 0.9.4. Example: ```Python In [2]: import magnitude as mag In [2]: x= mag.mg(1,'m') In [3]: print(x) 1.0000 m In [4]: print(x.ounit('s')) --------------------------------------------------------------------------- MagnitudeError Traceback (most recent...
Love this library, but I have a feature request: I'd love for a magnitude to have something like .ounit() which means "use whatever SI prefix keeps the displayed magnitude between...