The iterate function takes the f function and an x value. It returns a sequence where the first element is x , and each next is an f(x) from ...
確定! 回上一頁