We start with an initial value and then applying f repeatedly, until the value does not change anymore.
293 people like thisPosted: 10 years ago by Nick Palladinos
Describes a function called "fix" that can be used to generate recursive functions from non-recursive functions, with some simple examples. (Updated with slightly improved comments.)
3 people like thisPosted: 1 year ago by Brian Berns