Hi everyone,
anyone got a solution to this problem; some floating point arithmetic do not return the correct answers in Java one of such is subtracting 0.8 from 0.9; you would expect to get 0.1 but u get 0.09999999999999998.
No one should tell me about trying bigDecimal because that does not solve the problem.
The floor is open any ideas.