lua-users home
lua-l archive

Re: Lua language extension for complex number and vector values

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


> What about an "operation mode" switch to in-place operations?
Much better.
 
> complex_enter() -- in-place now
> c = cexp(c * I) * a + b
> complex_exit() -- restore
> return c
I guess that you have be careful not to write in this order, right?
	c = a * cexp(c * I) + b

AltStyle によって変換されたページ (->オリジナル) /