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.5 required=5.0 tests=BAYES_05,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,19805810c471a6af,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-06 15:01:27 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!cyclone.bc.net!snoopy.risq.qc.ca!wesley.videotron.net!wagner.videotron.net.POSTED!not-for-mail From: "Genevieve B." Newsgroups: comp.lang.ada Subject: Decimals after the point X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: <4bhy9.52855$T_3.627411@wagner.videotron.net> Date: Wed, 6 Nov 2002 18:01:48 -0500 NNTP-Posting-Host: 66.130.52.152 X-Complaints-To: abuse@videotron.ca X-Trace: wagner.videotron.net 1036623680 66.130.52.152 (Wed, 06 Nov 2002 18:01:20 EST) NNTP-Posting-Date: Wed, 06 Nov 2002 18:01:20 EST Xref: archiver1.google.com comp.lang.ada:30485 Date: 2002-11-06T18:01:48-05:00 List-Id: Hi! For a project at university, there is a bonus that is to check for only 2 decimals after the point in a float. does anybody have an idea? I have an idea of putting my float into a string instead and then check for the point...and then check for only 2 numbers after it... Thank you