Re: Using float data type throughout Lua 4.0 source
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Using float data type throughout Lua 4.0 source
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2002年3月11日 14:09:25 -0300
> My question: Is this safe? I get compiler warnings about casting int to
> float. These are in ltable.c and lvm.c. Does anyone familiar with these
> files know what will happen if ints are not represented precisely by the
> floats?
Can you send us the warnings?
-- Roberto