Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] how to prevent scientific notation for decimal numbers?

From: semseddinm:bircom at: 20-Jul-2009 17:40

Hi, how do I prevent Rebol Console to use scientific notation for decimal numbers?
>> 0.005
== 5E-3
>> 0.002 * 2
== 4E-3 Is there a system/option?