Path: csiph.com!usenet.pasdenom.info!news.albasani.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: 1-0.95 Date: Thu, 03 Jul 2014 16:55:17 +1200 Lines: 13 Message-ID: References: <53b424d7$0$29985$c3e8da3$5496439d@news.astraweb.com> <8761jflms2.fsf@elektro.pacujo.net> <53b4509a$0$29985$c3e8da3$5496439d@news.astraweb.com> <878uobpm40.fsf@elektro.pacujo.net> <53b4bdb2$0$29985$c3e8da3$5496439d@news.astraweb.com> <46d1a4dd-8298-4a73-a383-e65cd485fa83@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net RSBUBBwchaynUhsOuoUfHg3Uf+am21oo6p+NjeXf3R7B8L0Y/a Cancel-Lock: sha1:MqU4unaXu92sWSVHxNMvoEBxcgA= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: <46d1a4dd-8298-4a73-a383-e65cd485fa83@googlegroups.com> Xref: csiph.com comp.lang.python:73876 Rustom Mody wrote: > Just as there are even some esteemed members of this list who think > that c - a is a meaningful operation > where > c is speed of light > a is speed of an automobile Indeed, it should be (c - a) / (1 - (c*a)/c**2). Although loss of precision might give you the right answer anyway. :-) -- Greg