Brings decimal adjustment to the Math object.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project adds a `round10` method to JavaScript's `Math` object (or provides it as a standalone function), enabling precise rounding to a specified number of decimal places—including negative precision for rounding to tens, hundreds, etc. It's designed for JavaScript developers who need reliable decimal rounding beyond the standard `Math.round()` function, which only rounds to integers.