The amount of iterations to perform. Defaults to DEFAULT_ITERATIONS.
The lower bound to start the search from. Defaults to 1
.
The mode/mean method to use. See MeanMode
Whether to round the bound and search only through integers. Defaults to false
.
The tolerance to approximate the inverse with. Defaults to DEFAULT_TOLERANCE.
The upper bound to start the search from. Defaults to n
.
Represents the options for the inverseFunctionApprox function.