[EMAIL PROTECTED] wrote:
> On 01/05/2007 7:21 AM, Stephan wrote:
>   
>> Hi,
>>
>>     
>>> 0x10L
>>>       
>> returns: int 0
>>
>> I would expect: int 16?
>> This happens with all integer constants given by hexadecimal notation.
>> It's a bug?
>>     
>
> Certainly looks like one; I've cc'd this to the bug list (but won't be 
> able to look into fixing it).
>
>   
Not happening on Fedora Linux:

 > 0x10L
[1] 16
 > str(0x10L)
 int 16

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to