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
Post a Comment