[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua language extension for complex number and vector values
- From: Jerome Vuarand <jerome.vuarand@...>
- Date: Wed, 30 Mar 2011 15:11:25 +0200
2011/3/29 Francesco Abbate <francesco.bbt@gmail.com>:
> The problem is that I'm trying hard to figure out how to treat
> smoothly complex values without the need of allocating a lot of tiny
> objects on the heap. For the moment I failed to figure out something
> that can work...
Did you try to define lua_Number as a complex number type ?