All Classes Functions
Public Member Functions | Static Public Member Functions | List of all members
kisthep.util.Complex Class Reference
Inheritance diagram for kisthep.util.Complex:

Public Member Functions

 Complex (double realPart, double imagPart)
 
 Complex (Complex complex, double factor)
 
 Complex (Complex complex)
 
double getRealPart ()
 
double getImagPart ()
 
String toString ()
 
void replacedBy (Complex complex, double constant)
 
void times (double constant)
 
void times (Complex z2)
 
Object clone ()
 

Static Public Member Functions

static String toString (Complex n)
 
static Complex parseComplex (String pattern) throws IOException
 

The documentation for this class was generated from the following file: