On Apr 30, 11:23 pm, Larry Bates <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > DEAR SIR,
> > I SAW YOUR INTERNET QUESTION AND I HAVE THE SAME TROUBLE.
> > CUOLD YOU HELP ME TO MAKE A FLOAT TO INTEGER CONVERTION?
> > DO YOU HAVE ANY EXEL FILE THAT CAN DO THAT?
> > REGARDS AND THANKS A LO
[EMAIL PROTECTED] wrote:
> DEAR SIR,
> I SAW YOUR INTERNET QUESTION AND I HAVE THE SAME TROUBLE.
> CUOLD YOU HELP ME TO MAKE A FLOAT TO INTEGER CONVERTION?
> DO YOU HAVE ANY EXEL FILE THAT CAN DO THAT?
> REGARDS AND THANKS A LOT
>
> IVAN REYES
>
> ___
>
> AVISO LE
At Wednesday 17/1/2007 03:36, shellon wrote:
I'm sorry I mistake the function name, the function is
floatToRawIntBits(), it convert ieee 754 floating point number to
integer, e.g. if f1>f2 then floatToRawBits(f1) > floatToRawBits(f1)
I want convert floating point number to sortable string to in
shellon wrote:
> I'm sorry I mistake the function name, the function is
> floatToRawIntBits(), it convert ieee 754 floating point number to
> integer, e.g. if f1>f2 then floatToRawBits(f1) > floatToRawBits(f1)
You can get the raw bits of a floating point number by packing into a
string then unpac
I'm sorry I mistake the function name, the function is
floatToRawIntBits(), it convert ieee 754 floating point number to
integer, e.g. if f1>f2 then floatToRawBits(f1) > floatToRawBits(f1)
I want convert floating point number to sortable string to index in
Lucene, so I want first to conver the flo
shellon wrote:
> Hi all:
> I want to convert the float number to sortable integer, like the
> function float2rawInt() in java, but I don't know the internal
> expression of float, appreciate your help!
>
You should know you can sort mixed float/integer values in Python
>>> l=[3,2.3,1.45,2,5]
robert <[EMAIL PROTECTED]> wrote:
> shellon wrote:
>> Hi all:
>> I want to convert the float number to sortable integer, like the
>> function float2rawInt() in java, but I don't know the internal
>> expression of float, appreciate your help!
>>
>
> float comparision works well enough for sor
shellon wrote:
> Hi all:
> I want to convert the float number to sortable integer, like the
> function float2rawInt() in java, but I don't know the internal
> expression of float, appreciate your help!
>
float comparision works well enough for sorting in Python. What is
the actual requiremen
On Tue, 16 Jan 2007 01:21:52 -0800, shellon wrote:
> Hi all:
> I want to convert the float number to sortable integer, like the
> function float2rawInt() in java, but I don't know the internal
> expression of float, appreciate your help!
Google says:
Your search - float2rawInt - did not matc