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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c99620081e79e46,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.235.4 with SMTP id ui4mr47294pbc.3.1333103243814; Fri, 30 Mar 2012 03:27:23 -0700 (PDT) Path: z9ni18309pbe.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: tonyg Newsgroups: comp.lang.ada Subject: Fixed point and float numbers outputted to screen Date: Fri, 30 Mar 2012 03:27:23 -0700 (PDT) Organization: http://groups.google.com Message-ID: <20829830.924.1333103243498.JavaMail.geo-discussion-forums@ynil13> NNTP-Posting-Host: 195.58.145.51 Mime-Version: 1.0 X-Trace: posting.google.com 1333103243 14730 127.0.0.1 (30 Mar 2012 10:27:23 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 30 Mar 2012 10:27:23 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=195.58.145.51; posting-account=28F2IwkAAACL1Z5nRC-dE7zuvWdbWC7P User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-03-30T03:27:23-07:00 List-Id: I'm doing some things with the AWS libraries and I want to output some float numbers to the screen nicely with a single decimal place (its actually temperatures). Anyone know any good output libraries I can filch?