FixedPoint
starting with
expr
, iteratively appliesf
until the result no longer changes.
performs at most
n
iterations.
See:
Examples
Non-negative integer expected.
Related terms
FixedPointList, Nest, NestWhile
Implementation status
- ✅ - full supported