Javascript: Is there a number data type that is 32 bit? -


simple question: javascript has dynamic variables, , claims number data type has 64bit double.

i trying limit amount of data sending on sake of bandwidth, possible use 32bit floats instead? not need complete precision well, because web app has fast paced environment, player wont notice if position 1442 instead of 1442.1415

thanks.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -