MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getImag

Method getImag

JSAT/src/jsat/math/Complex.java:68–71  ·  view source on GitHub ↗

Returns the imaginary part of this complex number @return the imaginary part of this complex number

()

Source from the content-addressed store, hash-verified

66 * @return the imaginary part of this complex number
67 */
68 public double getImag()
69 {
70 return imag;
71 }
72
73 /**
74 * Alters this complex number as if an addition of another complex number was performed.

Callers 10

testIMethod · 0.95
testGetImagMethod · 0.80
testCMulMethod · 0.80
testCDivMethod · 0.80
testMutateConjugateMethod · 0.80
testGetConjugateMethod · 0.80

Calls

no outgoing calls

Tested by 10

testIMethod · 0.76
testGetImagMethod · 0.64
testCMulMethod · 0.64
testCDivMethod · 0.64
testMutateConjugateMethod · 0.64
testGetConjugateMethod · 0.64