# from Austin Schutz
# on Wednesday 22 April 2009 16:42:

>1.1.1 -> 1.01.01
>
>
>This could be directly compared with:  1.0101

I think this comes at it from the wrong end.  You have to go from floats 
to tuples to compare between them.  So, 1.0101 -> 1.10.1.

>and would solve the case where: 1.9.1 > 1.10.1

There isn't such a case.  1.9 > 1.1 (aka 1.9 > 1.10).

--Eric
-- 
You can't whack a chisel without a big wooden mallet.
---------------------------------------------------
    http://scratchcomputing.com
---------------------------------------------------

Reply via email to