comp.lang.ada
 help / color / mirror / Atom feed
From: Dale Stanbrough <dstanbro@bigpond.net.au>
Subject: Re: No sientific notation...
Date: Sun, 21 Oct 2001 05:04:13 GMT
Date: 2001-10-21T05:04:13+00:00	[thread overview]
Message-ID: <dstanbro-F99C68.15022321102001@mec2.bigpond.net.au> (raw)
In-Reply-To: 3BD20954.D72177F5@ida.his.se

a98mican@ida.his.se wrote:


> I want to print out a float without the sientific notation.
> Hence 1.000 E1 should be 10.000
> How do I do this?

Put (My_Float, Fore => 4, Aft => 4, Exp => 0);

4 spaces beFORE the decimal point, 4 AFTer, no EXPonent.

Dale



  parent reply	other threads:[~2001-10-21  5:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-20 22:25 No sientific notation a98mican
2001-10-21  0:05 ` tmoran
2001-10-21  5:04 ` Dale Stanbrough [this message]
2001-10-26 21:35   ` Stefan Skoglund
2001-10-26 22:03     ` James Rogers
2001-10-22 16:26 ` Ted Dennison
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox