Skip to content

FixedPointList

Like FixedPoint but returns the entire history of values.

$ wo 'FixedPointList[#/2 &, 8, 3]'
{8, 4, 2, 1}