Add decimal/significant digits setting for formulas

Problem
I have a formula field that takes a custom number field (formatted as % with 0 decimals). I then have a formula field that converts this % to hours by multiplying by an integer. I’ve found that that field is rounding the results to the nearest whole number, which is causing some inaccuracies at the margins.

Solution Ideas
The simplest solution (for me) would be to treat % as numbers with 2(+) significant digits. Alternatively (and maybe more universally helpful), having a setting in the formula column for decimals/significant digits (instead of relying on the combination of those settings from each number field) would be helpful.

See more context in this old thread:

1 Like