How to multiply variables with calculated values below one
Posted: 22 Jul 2014 13:42
This question must have been asked before, but I can't find it anywhere on the forum: how can I multiply variables that hold values below one and simply get the outcome? P.e.: a=1/5; b=2/3;c=a*b....?
Is There a simple way to do this without multipying by 100 or 1000 or 10000 etc. ? It seems that all variables are rounded before multiplying.
Is There a simple way to do this without multipying by 100 or 1000 or 10000 etc. ? It seems that all variables are rounded before multiplying.