You may consider using "explicit" in conjunction with "float,3" or the like but you have to be aware of the fact that this also affects the precision of the whole calculation.
Sometimes it helps if you work with ONLY exact numbers. That means prevent using reals, use integers instead, change your 0.12 to 12/100, 1.8 to 18/10 etcetera.