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

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

From: Tom:Conlin::gmail at: 20-Jul-2009 9:40

=DEemseddin Moldibi [ Bircom ] wrote:
> 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?
It varies across, and is consistent within operating systems. on Solaris with rebol I get:
>> .005
== 0.005
>>
On Windows with I will see scientific notation for rebol, perl, python ...