[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] GSL Shell new beta release with anti-gran graphics module
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 3 Dec 2009 13:05:12 -0200
> > =(1+1i)^2
> 1.2246063538224e-016+2i
>
> The complex module from numlua doesn't have these problems
I get the same results with my lcomplex. We're probably both using cpow.
Perhaps numlua converts z^2 to z*z (which does give 0+2i).