Paul G. Allen wrote:
> 
> It seems he wants to convert as follows:
> 
> 'So what I want to do with perl is, I want to convert the string
> "100011111100001011110101101000101110010011111111111000000" to 31.31
> (which is the value of d variable)'

% echo -n 100011111100001011110101101000101110010011111111111000000 | wc -c
57

What format is that in? IEEE 754 specifies 64 bits for double precision.

-john

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to