-1
How can I leave the result of an account with the entire result, unfurnished, ie every time jQuery executes the script it returns a value and each browser rounds in its own way.
I want a way to leave the integer value without rounding for all browsers as in the example:
This is the real value:
933 / 9 = 103.66666666666666666666666666667
In the browser:
933 / 9 = 103.766
Won’t be
103.667
in the browser? E 103.666...7 is not the actual value!!!– LS_ᴅᴇᴠ