Re: VERY strange problem? HELP!

new topic     » goto parent     » topic index » view thread      » older message » newer message

If n displays as 486, 
it does not mean that n is precisely 
the integer: 486.00000000000000...
n might well be: 485.99999999999999
which will fail the integer() test.
By default, Euphoria displays numbers to 
about 10 significant digits.
Try:
     ? n - 486

Regards,
   Rob Craig
   Rapid Deployment Software
   http://www.RapidEuphoria.com

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu