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>
-
Constructor Details
-
ModularSquareRoot
-
-
Method Details
-
apply
- Specified by:
apply
in interfacejava.util.function.Function<BigInteger,
BigInteger>
-