[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to use lua with integers?
- From: Sean Middleditch <elanthis@...>
- Date: 31 Mar 2002 07:37:30 -0500
You have to much around in the Lua headers, and change some defines -
you won't be able to use pre-packaged Lua libraries on the host
machines.
The size will depend on the architecture you are on. 32-bit processors
gives you 32-bit numbers. (I think, haven't played much with that,
actually.)
On Sun, 2002-03-31 at 06:47, Cor wrote:
> Hello Lua people,
>
> I'm considering using Lua to control an embedded application.
> The problem is that I need exact numbers, no floating points.
> If I remember correctly it must be possible that all numbers in Lua
> are integers instead of floats. But I can not find any information
> about it.
> How can I do that.
> And are those numbers signed 32 bits?
> Is 64 bits possible too?
>
> Thanks, Cor.
>