How to use Math.round to round numbers to the nearest EVEN number? April 8, 2024 by Tarik This should do it: 2 * Math.round(underbust / 2);