Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testDivide
Method · 0.95
testClone
Method · 0.95
Calls
no outgoing calls
Tested by
2
testDivide
Method · 0.76
testClone
Method · 0.76