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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.66.227.135 with SMTP id sa7mr45793457pac.19.1412171732178; Wed, 01 Oct 2014 06:55:32 -0700 (PDT) X-Received: by 10.182.102.7 with SMTP id fk7mr1940obb.40.1412171731954; Wed, 01 Oct 2014 06:55:31 -0700 (PDT) Path: border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!h18no176288igc.0!news-out.google.com!bc9ni10802igb.0!nntp.google.com!h18no176285igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 1 Oct 2014 06:55:31 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.113.46.8; posting-account=Lb5doAoAAAAWHET3z2_nBVbFSXaZQG1V NNTP-Posting-Host: 130.113.46.8 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <75969a22-d7f7-4517-9d10-6224beb3318c@googlegroups.com> Subject: Re: casting types From: Stribor40 Injection-Date: Wed, 01 Oct 2014 13:55:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: number.nntp.giganews.com comp.lang.ada:189277 Date: 2014-10-01T06:55:31-07:00 List-Id: I want to be able to represent numbers like 0.1234,-1,2345 and so on so thats why I chose float. Is there any other way i can represent numbers like that? Is there any other data type?