Hi! I'm currently using the meta option in DeluxeMenus to store and add values like this:
- '[meta] add customBoxKosztTotal DOUBLE 0.40'
The problem is that when I start from a number like 28.5 and add 0.40, the result becomes something like 28.89999999999998 instead of 28.9. It seems like there's a floating-point precision issue with how DOUBLE values are being added.
Is there any fix or workaround for this? I really need this to work properly as soon as possible.