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

Method getReal

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

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

()

Source from the content-addressed store, hash-verified

38 * @return the real part of this complex number
39 */
40 public double getReal()
41 {
42 return real;
43 }
44
45 /**
46 * Sets the real value part of this complex number

Callers 10

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

Calls

no outgoing calls

Tested by 10

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