A set of utils to calculate math
1.01 = round(value, precision);
1 = floor(value, precision);
1.01 = ceil(value, precision);
Copy