Package org.jwildfire.base.mathlib

Examples of org.jwildfire.base.mathlib.Complex.Copy()


        T.Copy(z);
        T.Scale(zee / (cern.jet.math.Arithmetic.longFactorial(i)));
        LiN.Add(T);
      }
      if (i == N - 1) {
        zPl1.Copy(z);
      }
      z.NextPow();
    }
    z.Restore(); // back to log(z) again...
    z.Neg();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.