Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Java
/ getX
Method
getX
src/main/java/com/thealgorithms/ciphers/ECC.java:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
public
BigInteger getX() {
172
return
x;
173
}
174
175
public
BigInteger getY() {
176
return
y;
Callers
15
testCrossingSegments
Method · 0.45
testTouchingAtEndpoint
Method · 0.45
testCollinearSegmentsTouchingAtEndpointHaveUniquePoint
Method · 0.45
testVerticalAndHorizontalCrossingSegments
Method · 0.45
testBasicEquation
Method · 0.45
testZeroCoefficient
Method · 0.45
testZeroCoefficientB
Method · 0.45
testNegativeCoefficients
Method · 0.45
testNegativeResult
Method · 0.45
testCoprimeCoefficients
Method · 0.45
testLargerCoefficients
Method · 0.45
testSimpleCase
Method · 0.45
Calls
no outgoing calls
Tested by
15
testCrossingSegments
Method · 0.36
testTouchingAtEndpoint
Method · 0.36
testCollinearSegmentsTouchingAtEndpointHaveUniquePoint
Method · 0.36
testVerticalAndHorizontalCrossingSegments
Method · 0.36
testBasicEquation
Method · 0.36
testZeroCoefficient
Method · 0.36
testZeroCoefficientB
Method · 0.36
testNegativeCoefficients
Method · 0.36
testNegativeResult
Method · 0.36
testCoprimeCoefficients
Method · 0.36
testLargerCoefficients
Method · 0.36
testSimpleCase
Method · 0.36