How to resolve floating point errors in Smart Contract (SCORE)?
Blockchain requires a good precision of floating point numbers. We cannot simply store floating point numbers into the state database which eventually cause rounding errors in the long run . So, to avoid such errors we…