Uses of Interface
com.rubecula.jquantity.Imaginable

Packages that use Imaginable
com.rubecula.jquantity

JQuantity Contents: Copyright Notice Overview JQuantity Philosophy Programming Conventions Package Structure
Class Structure Links Important Note about the links to classes in this document:  This document appears in two different places: the source tree and the doc tree (where it is placed by the javadoc program). 

 

Uses of Imaginable in com.rubecula.jquantity
 

Classes in com.rubecula.jquantity that implement Imaginable
 class Complex
           Representation of a Complex Number Objects of this class represent complex numbers defined on one side or the other of the EL (exponential-log) plane.
 

Methods in com.rubecula.jquantity that return Imaginable
 Imaginable Imaginable.complement()
          Method to determine the complex complement (i.e. the conjugate) of this Imaginable.
 Imaginable Imaginable.rotate(Value angle)
          Method to rotate this (in Complex space).
 Imaginable Complex.complement()
          Method to determine the complex complement (i.e. the conjugate) of this Imaginable.
 Imaginable Complex.rotate(Value angle)
          Method to rotate this (in Complex space).