|
> 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