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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,369f8d7191bede27,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-20 00:50:24 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: vashwath@rediffmail.com (prashna) Newsgroups: comp.lang.ada Subject: precision Date: 20 Feb 2003 00:50:24 -0800 Organization: http://groups.google.com/ Message-ID: NNTP-Posting-Host: 203.90.88.230 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1045731024 6392 127.0.0.1 (20 Feb 2003 08:50:24 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 20 Feb 2003 08:50:24 GMT Xref: archiver1.google.com comp.lang.ada:34257 Date: 2003-02-20T08:50:24+00:00 List-Id: What is precision of float means? My understanding is that if precision is 6 digits then 1.0 and 1.0000001 are same!!! Please let me know whether my understanding is right.If not then what it means? Thanks