Optional
PModulus used to devide n, iff n is equivalent to (0 mod P).
2n
Optional
aFactor by which to multiply n.
3n
Optional
bValue to add to the scaled value of n.
1n
The value on which to perform the Collatz-esque function
Maximum amount of times to iterate the reverse function. There is no natural termination to populating the tree graph, equivalent to the termination of hailstone sequences or stopping time attempts, so this is not an optional argument like maxStoppingTime / maxTotalStoppingTime, as it is the intended target of orbits to obtain, rather than a limit to avoid uncapped computation.
Generated using TypeDoc
Parameterised inputs
Remarks
Allows non-default (P,a,b); and other options.