From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,efc31958da938b4d,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-20 15:41:25 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!news.tele.dk!small.news.tele.dk!194.213.69.151!news.algonet.se!algonet!news-stob.telia.net!news-sto.telia.net!194.22.194.4.MISMATCH!masternews.telia.net.!newsb.telia.net.POSTED!not-for-mail Message-ID: <3BD20954.D72177F5@ida.his.se> From: a98mican@ida.his.se X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.8-26mdk i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: No sientific notation... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 20 Oct 2001 22:25:57 GMT NNTP-Posting-Host: 213.64.3.210 X-Complaints-To: abuse@telia.com X-Trace: newsb.telia.net 1003616757 213.64.3.210 (Sun, 21 Oct 2001 00:25:57 CEST) NNTP-Posting-Date: Sun, 21 Oct 2001 00:25:57 CEST Organization: Telia Internet Xref: archiver1.google.com comp.lang.ada:14979 Date: 2001-10-20T22:25:57+00:00 List-Id: Hi! I want to print out a float without the sientific notation. Hence 1.000 E1 should be 10.000 How do I do this? Thanks in advance! /Michael Andersson