Thanks for the fast replies, now I know it's not my machine that gives me
trouble.
In the meantime I tested a couple of other functions. It seems that all of them
fail with complex192.
/Matts
In [19]: x192 = arange(0,2,0.5,dtype = complex192)*pi
In [20]: x128 = arange(0,2,0.5,dtype = complex128
Hi,
I've started using complex192 for some calculations and came across two things
that seems to be bugs:
In [1]: sqrt(array([-1.0],dtype = complex192))
Out[1]: array([0.0+-6.1646549e-4703j], dtype=complex192)
In [2]: sqrt(array([-1.0],dtype = complex128))
Out[2]: array([ 0.+1.j])
In [3]: x
Out