[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Native Complex numbers for LuaJIT-2 [was Re: Benchmark shootout shows LuaJIT 2.0]
- From: daurnimator <quae@...>
- Date: Tue, 03 Nov 2009 18:29:07 +1100
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