[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Re: Problem w/ Utf8 egg: couldn't load case-map-1.da
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] Re: Problem w/ Utf8 egg: couldn't load case-map-1.dat |
Date: |
Wed, 7 Sep 2005 22:38:13 +0200 |
On 9/7/05, Kon Lovett <address@hidden> wrote:
>
> There isn't an intrinsic signed vs. unsigned property for numbers. So
> how can (u32vector-set! ...) accept 0 to (2^32)-1 when no way to
> distinguish from -(2^31) to (2^31)-1 by the bit-pattern of the value
> alone?
>
Since fixnums on 32-bit machines can not cover the whole numeric
range, we have to accept flloating-point/inexact numbers.
cheers,
felix