|
|
|||
|
|
|
| NestWhile starts with expr, then repeatedly applies f until applying test to the result no longer yields True. |
| NestWhile supplies the most recent m results as arguments for test at each step. |
| NestWhile[f, expr, test, All] supplies all results so far as arguments for test at each step. |
| NestWhile applies f at most max times. |
| NestWhile applies f an extra n times. |
| NestWhile returns the result found when f had been applied n fewer times. |