|
|
|||
|
|
|
| NestWhileList generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields True. |
| NestWhileList supplies the most recent m results as arguments for test at each step. |
| NestWhileList[f, expr, test, All] supplies all results so far as arguments for test at each step. |
| NestWhileList applies f at most max times. |