Re: Parallel arithmetic?

2005-08-05 Thread jburgy
Dennis Lee Bieber wrote: > On Thu, 04 Aug 2005 20:59:33 -0500, "Terrance N. Phillip" > <[EMAIL PROTECTED]> declaimed the following in > comp.lang.python: > > > Thank-you very much for all the excellent replies. I'm thinking of using > > this to determine if a sequence is a "run" (as in a card game)

Re: Is There the Equivalent of FLT_EPS of C In Python?

2005-09-16 Thread jburgy
A. L. wrote: > I am writing the code involved in numerical computation. When I need a > float epsilon similar to FLT_EPS in C, eps in matlab, I fail to find > the equivalent in python. Could somebody here can give me some advices? Have you searched the documentation? I you can't find anything ther