Round function for %?

Does anyone know how to implement a round function to ensure percentages are calculated purely as numerical values without decimal places? We attempted the following, but it doesn’t seem to work.

round(({b12-48} / {b12-65}) * 100, 2)

Thanks.