=DEemseddin Moldibi [ Bircom ] wrote: > Hi, how do I prevent Rebol Console to use scientific notation for =3D > decimal numbers? >>> 0.005 > =3D3D=3D3D 5E-3 >>> 0.002 * 2 > =3D3D=3D3D 4E-3 >=20 > Is there a system/option?
It varies across, and is consistent within operating systems. on Solaris with rebol I get: >> .005 =3D=3D 0.005 >> On Windows with I will see scientific notation for rebol, perl, python ... -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
