Re: Bitwsie operators in Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Bitwsie operators in Lua
 
- From: Klaus Ripke <paul-lua@...>
 
- Date: 2006年6月19日 12:28:56 +0200
 
On Mon, Jun 19, 2006 at 12:16:39PM +0200, Grellier, Thierry wrote:
> But I really need both: I'm doing statistics (ie double preferred) on
> address manipulations (ie int with bitwise operation).
I don't see why storing numbers as doubles inhibits bitwise ops
defined as using an intermediate long long.