I have javascript function that automatically adds input fields together, but adding numbers like 1.35 + 1.35 + 1.35 gives me an output of 4.050000000000001, just as an exam
Instead of rounding, you may want to use the port of Java's BigDecimal to get actually precise decimal math.