mirumee / prices

Python price handling for humans.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow division for Price

fayazkhan opened this issue · comments

Price()/Decimal() seems to unsupported currently.
Also, shouldn't Price()/Price() also work? Returning a Decimal?

Related to issue #2

Price divided by price is undefined as you have net and gross amounts. Division by decimal could be supported but seems of limited use.