Sir, I found a bug (Maybe). I set an equation: fieldname2 * 1152921504606846976 and I got result= 1152921504606847000 when I entered value 1 in fieldname2.
The issue is not caused by the plugin. It is related to the implementation of the Javascript engine of browsers. Please look at the screenshot below. I evaluated the operation directly in the browser’s console.
You have two possible solutions.
You can transform the numbers to BigInt and the result into a string:
If I will install suggested plugin, How I will have to set the equation? Will it be same or it will be changed? Or just I have to enable math.js library?