Multiple applications of a function

16 Sep
2001
16 Sep
'01
10:52 a.m.
To multiply apply a function, I'm currently using: multiplyApply f n a = (iterate f a) !! n ...is there a Prelude function I've missed that already does this? Could I be doing this better? -- Mark
8647
Age (days ago)
8647
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mark Carroll