Synthetixio / simulation

Agent-based model of the proposed stablecoin.
24 stars 18 forks source link

Add rounding where necessary, remove it where redundant. #31

Open zyzek opened 6 years ago

zyzek commented 6 years ago

Not sure how much performance it's really consuming, but really the round_decimal function need only be called on products or quotients. Additive functions shouldn't matter, and neither should we need to call it for comparisons, if we are able to assume it's already been called when needed.