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

Method setReal

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

Sets the real value part of this complex number @param r the new real value

(double r)

Source from the content-addressed store, hash-verified

47 * @param r the new real value
48 */
49 public void setReal(double r)
50 {
51 this.real = r;
52 }
53
54 /**
55 * Sets the imaginary value part of this complex number

Callers 1

testCloneMethod · 0.95

Calls

no outgoing calls

Tested by 1

testCloneMethod · 0.76