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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -