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

[REBOL] Limiting Precision of Decimals,

From: louisaturk::coxinet::net at: 23-May-2002 21:23

Hi rebols, Is there any way to avoid scientific notation on decimals? For example, I don't want the E-2 at the end of the following number my program has calculated: 6.59262575231111E-2 I want instead: .06592625 <====<<< I would like less precision also. Louis