MCPcopy 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() {

Calls

no outgoing calls