lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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 ?