lua-users home
lua-l archive

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


Well, today I got bored, and started coding a complex number implementation in pure lua. I'm sure its been done before, but wondering what you guys think, and how it goes with luajit (I don't know what sort of benchmarks I should try...)
Not all complex functions are defined, but the majority are there...

(see attached)

Regards,
Daurn.

Attachment: complex.lua
Description: application/lua