Hi. Thanks for letting me know... It's best to post on the issue tracker: http://www.github.com/espruino/Espruino/issues
Do you want to do it - or I can.
(-1000000000000000000).toString(16) // works (-10000000000000000000).toString(16) // crashes (8446744073709551616).toString(16) // crashes
Interestingly this appears to be the point at which the number rolls over and becomes positive - so it's large numbers rather than just negatives.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi. Thanks for letting me know... It's best to post on the issue tracker: http://www.github.com/espruino/Espruino/issues
Do you want to do it - or I can.
Interestingly this appears to be the point at which the number rolls over and becomes positive - so it's large numbers rather than just negatives.