• 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.

About

Avatar for Gordon @Gordon started