[REBOL] Re: Math overflow
From: antonr:iinet:au at: 7-Jul-2003 0:44
Your first example starts with a small enough number to be an integer! so it overflows when the integer limit is reached. The second is bigger, so it starts out life as a decimal! and you haven't added enough to overflow a decimal so it's ok. Anton.