Re: Suggestion re: floating point comparison (was Re: Problem with

2002-02-13 Thread Michael Widenius
Hi! > "Steve" == Steve Edberg <[EMAIL PROTECTED]> writes: Steve> ...perhaps a NEAR function could be added; as a config file or compile-time Steve> option, you could define an accuracy range. Say, Steve> ./config --with-epsilon=0.0001 Steve> (if memory of my numerical analysis c

Re: Suggestion re: floating point comparison (was Re: Problem with where clause)

2002-02-02 Thread Shankar Unni
[ database mysql query ] Sinisa Milivojevic wrote: >On Fri, 01 Feb 2002 15:21:07 -0800 >Steve Edberg <[EMAIL PROTECTED]> wrote: > >>...perhaps a NEAR function could be added; as a config file or >>compile-time option, you could define an accuracy range. Say, >> ./config --with-epsilon=0.0001 >

Re: Suggestion re: floating point comparison (was Re: Problem with where clause)

2002-02-02 Thread Sinisa Milivojevic
On Fri, 01 Feb 2002 15:21:07 -0800 Steve Edberg <[EMAIL PROTECTED]> wrote: > ...perhaps a NEAR function could be added; as a config file or > compile-time option, you could define an accuracy range. Say, > > ./config --with-epsilon=0.0001 > > (if memory of my numerical analysis classes