common
Class complex

Object
  extended by common:complex

class 
Object:complex

Dummy class to allow the UF code to compile in Java for the purposes of this documentation.


Field Summary
 double imag
           
 double real
           
 
Constructor Summary
complex()
           
 
Method Summary
 
Methods inherited from class Object
 

Field Detail

real

public double real

imag

public double imag
Constructor Detail

complex

public complex()