|
| 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 String | toString (Complex n) |
|
static Complex | parseComplex (String pattern) throws IOException |
|
The documentation for this class was generated from the following file:
- /Users/henon/Documents/workspaceKisthelp/KiSThelP/src/kisthep/util/Complex.java