🙂 I think there is an easier solution 12345/1000 on next lower cent:
Math.floor(100*(12345/1000))/100 =>> 12.3412345/1000 on next higher
cent: Math.ceil(100*(12345/1000))/100 =>> 12.35
Alright, I fixed it removing the num.currency{} formatting, and I
replaced it for num{$zzz,zzz,zzz,zzz,zzz,zz9.99}It seems like the ()
enclosing the number produces negative signs to dissapear.