Hello servoy experts out there,
In my application, i need the highest possible significance of decimal precision in my calculations.
so, my question is:
Can I (or -in fact- do i?) improve my arithmetic precision thru. the use of pure java in Servoy?
Need some help here.
Can i e.g. use: var myvar = new double ( can it be lost again because of weak typing … )
or is it better to approach J2SE package - and use defined vars from there?
Pls, let me know