Javascript: clarification on adding decimals and hex numbers

JavaScript and client side scripting.

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

values over 2147483647 wrap around to negative numbers starting with -2147483648

i.e. 2147483647 + 1 = -2147483648
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

how do you see your concept related to this number which is final H0 = -1449574858 that shd hv been 2845392438 ?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Wow... it's "feyd in the chair" :P
Post Reply