Closed Thread Icon

Preserved Topic: JavaScript and 32Bit/64Bit unsigned arithmetics (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18039" title="Pages that link to Preserved Topic: JavaScript and 32Bit/64Bit unsigned arithmetics (Page 1 of 1)" rel="nofollow" >Preserved Topic: JavaScript and 32Bit/64Bit unsigned arithmetics <span class="small">(Page 1 of 1)</span>\

 
lallous
Paranoid (IV) Inmate

From: Lebanon
Insane since: May 2001

posted posted 07-23-2001 10:03

Hi!

I noticed that JavaScript doesn't handle 32bit unsigned integers....
Not sure if it can handle 64bits too (signed/unsigned)....

Any library that can do that? (emulate 32bit unsigned operations)

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 07-23-2001 14:01

Hah, you talk as though JavaScript is complex.

JavaScript has one data type: the variant. It can be a number, a string, an array, an object, you name it, and you can reassign it any time you want. There's nothing you can really do to increase the accuracy of a number, sorry. At least I don't think so.

« BackwardsOnwards »

Show Forum Drop Down Menu