public final class Log10RootIntFunction
extends java.lang.Object
implements java.util.function.IntUnaryOperator
Modifier and Type | Method and Description |
---|---|
int |
applyAsInt(int t) |
static java.util.function.IntUnaryOperator |
create(int baseline)
Create an instance of a function that returns : baseline + sqrt(limit)
|
public static java.util.function.IntUnaryOperator create(int baseline)
baseline
- public int applyAsInt(int t)
applyAsInt
in interface java.util.function.IntUnaryOperator