Class EulersTotientFunction
java.lang.Object
dk.jonaslindstrom.ruffini.integers.algorithms.EulersTotientFunction
- All Implemented Interfaces:
java.util.function.Function<BigInteger,,BigInteger> java.util.function.UnaryOperator<BigInteger>
public class EulersTotientFunction
extends Object
implements java.util.function.UnaryOperator<BigInteger>
-
Constructor Details
-
EulersTotientFunction
public EulersTotientFunction()
-
-
Method Details
-
apply
- Specified by:
applyin interfacejava.util.function.Function<BigInteger,BigInteger>
-