Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheAlgorithms/Java
/ getY
Method
getY
src/main/java/com/thealgorithms/ciphers/ECC.java:175–177 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
173
}
174
175
public
BigInteger getY() {
176
return
y;
177
}
178
179
@Override
180
public
String toString() {
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