Changes to rm-refactor-overloaded-assets-operators
Merged
requested to merge mzebrak/rm-refactor-overloaded-assets-operators into rm-refactor-overloaded-assets-operators
Compare changes
Files
3- Mateusz Żebrak authored
# We could not pass float variable directly to Decimal initializer as from the nature of floats it won't result
# in the exact decimal value. We need to convert float to string first like https://stackoverflow.com/a/18886013
@@ -15,21 +13,32 @@ class DecimalConverter:
@@ -15,21 +13,32 @@ class DecimalConverter: