[CentralOH] Arithmetic With Units

jep200404 at columbus.rr.com jep200404 at columbus.rr.com
Thu Oct 27 22:01:14 CEST 2011


What Python packages handle arithmetic with units? 
In other words, what package would do something like below: 

>>> d = Foo(176.0, 'feet')
>>> t = Foo(2.0, 's')
>>> speed = d / t
>>> print speed
88.0 feet/s
>>> a = 2.0 * d / (t ** 2)
>>> print a
88.0 feet/s^2



More information about the CentralOH mailing list