Hello, I am having troubles with decimals. None o...
# announcements
t
Hello, I am having troubles with decimals. None of the methods I use to round a
Double
work. But when I use
Evaluate
in the debugger, I am able to round it. I tried with
BigDecimal
and
DecimalFormat
. Both work in
Evaluate
but not in the code.