All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class polymtl.magi.math.ComplexeMath

java.lang.Object
   |
   +----polymtl.magi.math.ComplexeMath

public final class ComplexeMath
extends Object

Method Index

 o additionne(Complexe, Complexe)
 o divise(Complexe, double)
 o multiplie(Complexe, Complexe)
 o soustrait(Complexe, Complexe)

Methods

 o divise
 public static Complexe divise(Complexe z,
                               double a)
 o multiplie
 public static Complexe multiplie(Complexe z1,
                                  Complexe z2)
 o soustrait
 public static Complexe soustrait(Complexe z1,
                                  Complexe z2)
 o additionne
 public static Complexe additionne(Complexe z1,
                                   Complexe z2)

All Packages  Class Hierarchy  This Package  Previous  Next  Index