From: NOSPAMsl AT psycode DOT com (Gili) Newsgroups: comp.os.msdos.djgpp Subject: Precision Date: 9 Mar 1998 21:46:47 GMT Organization: Generation.NET Lines: 16 Message-ID: Reply-To: NOSPAMsl AT psycode DOT com NNTP-Posting-Host: portE29.Generation.NET Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, According to my C++ book here, the ISO standard specificies that ".digits10" is suppose to return the number of precision digits of a variable type: example: " double i; precision=i.digits10; " anyway, how would I know the precision of the variables I use in DJGPP? Thank you, Gili