Handling Rounding
The rounding logic was updated to ensure the results are more accurate. By using Math.floor(), the system will always round down, ensuring you don’t end up with a higher number than expected (better than rounding up, where you might end up with an overestimated item level). Click here to read more