Re: Numerics, NaNs, IEEE 754 and C99
On 2006-06-15, Fredrik Lundh <fredrik@python ware.com> wrote:[color=blue]
> Grant Edwards wrote:
>[color=green][color=darkred]
>>> Firstly, a FAR more common assumption is that integers wrap in twos'
>>> complement - Python does not do that.[/color]
>>
>> It used to[/color]
>
> for integers ? what version was that ?[/color]
Am I remebering incorrectly? Didn't the old fixed-width
integers operate modulo-wordsize? I distinctly remember having
to rewrite a bunch of checksum code when fixed-width integers
went away.
--
Grant Edwards grante Yow! My uncle Murray
at conquered Egypt in 53
visi.com B.C. And I can prove
it too!!
On 2006-06-15, Fredrik Lundh <fredrik@python ware.com> wrote:[color=blue]
> Grant Edwards wrote:
>[color=green][color=darkred]
>>> Firstly, a FAR more common assumption is that integers wrap in twos'
>>> complement - Python does not do that.[/color]
>>
>> It used to[/color]
>
> for integers ? what version was that ?[/color]
Am I remebering incorrectly? Didn't the old fixed-width
integers operate modulo-wordsize? I distinctly remember having
to rewrite a bunch of checksum code when fixed-width integers
went away.
--
Grant Edwards grante Yow! My uncle Murray
at conquered Egypt in 53
visi.com B.C. And I can prove
it too!!
Comment