So I’m using MongoDB 6.0 (and motor driver in python) and for example I have a code like that: and assuming the current value of “balance” field in db is 5.91 the final value will be 0.9900000000000002, when I want it to be 0.99 What can I do, so mongodb will be automatically “rounding” this output to 2 point accuracy?