@Deprecated
public final class Log10RootFunction
extends java.lang.Object
implements java.util.function.Function<java.lang.Integer,java.lang.Integer>
Constructor and Description |
---|
Log10RootFunction()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
apply(java.lang.Integer t)
Deprecated.
|
static java.util.function.Function<java.lang.Integer,java.lang.Integer> |
create(int baseline)
Deprecated.
Create an instance of a function that returns : baseline + sqrt(limit)
|
public static java.util.function.Function<java.lang.Integer,java.lang.Integer> create(int baseline)
baseline
- public java.lang.Integer apply(java.lang.Integer t)
apply
in interface java.util.function.Function<java.lang.Integer,java.lang.Integer>