[comp.sys.mac.programmer] MPW C++ Complex SQRT bug?

res90@campus.swarthmore.edu (08/02/90)

Has anyone had trouble with the sqrt function in the complex numbers 
library in MPW c++? I get sign error on the result of calls on values
in the third and fourth quadrent. Is this just differently defined or
what?

try 
complex z(-1,-1);
cout << sqrt(z);

for example.

rob smith
swarthmore college
RES90@campus.swarthmore.edu