lib.converge
Inputs
Type
Return the fixpoint that f converges to when called iteratively, starting with the input x.
f
x
nix-repl> converge (x: x / 2) 16 0
1. Function argument
2. Function argument
(a -> a) -> a -> a