Fixedpoint: Difference between revisions

14 bytes removed ,  2 years ago
m
no edit summary
(add fixpoint page)
 
mNo edit summary
Line 1:
{{primitive|f/y<br>f\y}}
 
'''fixedpoint''' and '''scan-fixedpoint''' are adverbs whichthat apply a single-argument([[monadic)]] function to a given noun <code>y</code> until it stops changing, or the initial value has been repeated.
 
Fixedpoint(<code>/</code>) produces a single value, the final value.