list
(
α
)
iterate (
(
α
α
)
 
f
, 
α
 
init
, 
int
 
n)
List.iterate(f, x, n) builds x, f(x), f(f(x)), ..., f(...f(x)) of length n.
(so the last element of the list has
n - 1 applications of f)

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.