R
Rubster
I am trying to eliminate the decimal rounding, 2.555 to 2.55. I used the
floor function in InfoPath floor(. * 100) / 100. It works for all numbers
except numbers divisible by 2.55. The result for 2.55 outputs 2.54. Similarly
5.10 results to 5.09. Anyone has any idea how to fix this issue.
floor function in InfoPath floor(. * 100) / 100. It works for all numbers
except numbers divisible by 2.55. The result for 2.55 outputs 2.54. Similarly
5.10 results to 5.09. Anyone has any idea how to fix this issue.