MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / cart

Method cart

src/org/opensourcephysics/numerics/Complex.java:391–393  ·  view source on GitHub ↗

Returns a Complex from real and imaginary parts.

(double re, double im)

Source from the content-addressed store, hash-verified

389 **/
390
391 public static Complex cart (double re, double im) {
392 return new Complex(re, im);
393 }//end cart(double,double)
394
395 /**
396 * Returns the value of this complex number raised to the power of

Callers 1

powMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected