question about complex values in java

Posted by davit-datuashvili on Stack Overflow See other posts from Stack Overflow or by davit-datuashvili
Published on 2010-06-10T11:23:32Z Indexed on 2010/06/10 11:33 UTC
Read the original article Hit count: 269

Filed under:
|
|

We know that the general form of complex numbers is like this: z=a+i*b, where i is sqrt(-1).

I have a question about how to express this in Java ?

© Stack Overflow or respective owner

Related posts about java

Related posts about math