Path: csiph.com!usenet.pasdenom.info!goblin2!goblin3!goblin.stu.neva.ru!panix!not-for-mail From: Grant Edwards Newsgroups: comp.lang.python Subject: Re: Question on using FP numbers in python 2 Date: Sat, 15 Feb 2014 04:35:14 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 14 Message-ID: References: NNTP-Posting-Host: c-24-118-110-103.hsd1.mn.comcast.net X-Trace: reader1.panix.com 1392438914 27083 24.118.110.103 (15 Feb 2014 04:35:14 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Sat, 15 Feb 2014 04:35:14 +0000 (UTC) User-Agent: slrn/1.0.1 (Linux) Xref: csiph.com comp.lang.python:66364 On 2014-02-15, Gene Heskett wrote: > Is there something I can search for and fix in some python code that > is giving me bogus answers that get good only when there is a valid > digit to the left of the decimal point? Yes. Search for incorrectly written code and fix it. I'd start part way down in that one file, and then also look in that other file, but not as far down. At least he doesn't think he's using real numbers...