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

Method equals

JSAT/src/jsat/math/Complex.java:337–341  ·  view source on GitHub ↗
(Object obj)

Source from the content-addressed store, hash-verified

335 }
336
337 @Override
338 public boolean equals(Object obj)
339 {
340 return equals(obj, 0.0);
341 }
342
343 @Override
344 public int hashCode()

Callers 2

testDivideMethod · 0.95
testCloneMethod · 0.95

Calls

no outgoing calls

Tested by 2

testDivideMethod · 0.76
testCloneMethod · 0.76