Decimal precision with arithmetric operations

I’m trying to calculate percentages to specific decimal places. I converted counts to float and divided them then multiplied by 100. Unfortunately, the result is to only one decimal place. Is it possible to return more than 1 decimal place or a specific precision?