Class ModularSquareRoot

java.lang.Object
dk.jonaslindstrom.ruffini.integers.algorithms.ModularSquareRoot
All Implemented Interfaces:
java.util.function.Function<BigInteger,BigInteger>, java.util.function.UnaryOperator<BigInteger>

public class ModularSquareRoot extends Object implements java.util.function.UnaryOperator<BigInteger>