Open fayazkhan opened 9 years ago
Price()/Decimal() seems to unsupported currently. Also, shouldn't Price()/Price() also work? Returning a Decimal?
Price()/Decimal()
Price()/Price()
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.
Price()/Decimal()
seems to unsupported currently. Also, shouldn'tPrice()/Price()
also work? Returning aDecimal
?Related to issue #2