lua-users home
lua-l archive

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


On Fri, Jan 15, 2010 at 10:58 AM, Francesco Abbate <gslshell@gmail.com> wrote:
> I have a question for Lua developers. There is in Lua 5.2 any support
> for native complex numbers to be configured as an option at compile
> time ?

Unfortunately, C99-style complex numbers are not ISO C.  And good luck
trying to get Microsoft to implement C99 features ;)

For the casual user, lcomplex. For the hardcore user, LNUM.

> I've seen that Lua work2 have been released but I've seen only the
> source code and I don't know if a list of changes has been published.

Roberto's list:

http://lua-users.org/lists/lua-l/2010-01/msg00536.html

steve d.